[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/137: gnu: texlive-hyphen-complete: Fix locations.
From: |
guix-commits |
Subject: |
80/137: gnu: texlive-hyphen-complete: Fix locations. |
Date: |
Mon, 24 Jun 2024 18:27:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 787eeeb8b44fefe10f2ad585965317da5879fc25
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 17 13:06:50 2024 +0200
gnu: texlive-hyphen-complete: Fix locations.
* gnu/packages/tex.scm (texlive-hyphen-complete)[source]: Add missing
trailing
forward slash characters in some locations.
Change-Id: Ib1661c36f4fbde58c577dd7b4e859755fee759a5
---
gnu/packages/tex.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e7e5444195..b1830a5127 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -517,8 +517,8 @@ of user-specified directories similar to how shells look up
executables.")
(source (texlive-origin
name version
(list "doc/generic/dehyph-exptl/"
- "doc/generic/elhyphen"
- "doc/generic/huhyphen"
+ "doc/generic/elhyphen/"
+ "doc/generic/huhyphen/"
"doc/generic/hyph-utf8/"
"doc/luatex/hyph-utf8/"
"doc/generic/ukrhyph/"
- 52/137: gnu: Add texlive-dvidvi-bin., (continued)
- 52/137: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/24
- 53/137: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/24
- 56/137: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/24
- 51/137: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/24
- 58/137: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/24
- 66/137: gnu: Add texlive-mflua-bin., guix-commits, 2024/06/24
- 73/137: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/24
- 74/137: gnu: texlive-docstrip: Remove it., guix-commits, 2024/06/24
- 77/137: gnu: texlive-texdirflatten: Add missing Perl input., guix-commits, 2024/06/24
- 75/137: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/24
- 80/137: gnu: texlive-hyphen-complete: Fix locations.,
guix-commits <=
- 82/137: guix: import texlive: Sort modules alphabetically., guix-commits, 2024/06/24
- 85/137: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/24
- 63/137: gnu: texlive-kpathsea: Propagate the binaries., guix-commits, 2024/06/24
- 62/137: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/24
- 69/137: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/24
- 54/137: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/24
- 55/137: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/24
- 57/137: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/24
- 60/137: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/24
- 68/137: gnu: texlive-ps2pk: Build binaries separately., guix-commits, 2024/06/24