[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/81: gnu: texlive-hyphen-complete: Fix locations.
From: |
guix-commits |
Subject: |
80/81: gnu: texlive-hyphen-complete: Fix locations. |
Date: |
Tue, 18 Jun 2024 04:40:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 0baaa10c143edbc68e07e4f9bf0bc195f08a77c6
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/"
- 46/81: gnu: Add texlive-vlna-bin., (continued)
- 46/81: gnu: Add texlive-vlna-bin., guix-commits, 2024/06/18
- 48/81: gnu: Add texlive-chktex-bin., guix-commits, 2024/06/18
- 51/81: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/18
- 53/81: gnu: Add texlive-dviljk-bin., guix-commits, 2024/06/18
- 60/81: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/18
- 58/81: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/18
- 64/81: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/18
- 70/81: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/18
- 69/81: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/18
- 76/81: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/18
- 80/81: gnu: texlive-hyphen-complete: Fix locations.,
guix-commits <=
- 49/81: gnu: Add texlive-detex-bin., guix-commits, 2024/06/18
- 47/81: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/18
- 50/81: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/18
- 54/81: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/18
- 52/81: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/18
- 55/81: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/18
- 56/81: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/18
- 62/81: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/18
- 61/81: gnu: texlive-texdoctk: Fix runtime error., guix-commits, 2024/06/18
- 63/81: gnu: texlive-kpathsea: Propagate the binaries., guix-commits, 2024/06/18