[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/97: gnu: texlive-hyphen-complete: Fix locations.
From: |
guix-commits |
Subject: |
80/97: gnu: texlive-hyphen-complete: Fix locations. |
Date: |
Fri, 21 Jun 2024 08:23:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit c1cfbb06c78ad99247ff4327f4d2919e92f50b52
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/"
- 29/97: gnu: Add texlive-m-tx-bin., (continued)
- 29/97: gnu: Add texlive-m-tx-bin., guix-commits, 2024/06/21
- 33/97: gnu: Add texlive-velthuis-bin., guix-commits, 2024/06/21
- 35/97: gnu: Add texlive-bibtexu-bin., guix-commits, 2024/06/21
- 39/97: gnu: Add texlive-xdvi-bin., guix-commits, 2024/06/21
- 50/97: gnu: Add texlive-dtl-bin., guix-commits, 2024/06/21
- 52/97: gnu: Add texlive-dvidvi-bin., guix-commits, 2024/06/21
- 54/97: gnu: Add texlive-dvipng-bin., guix-commits, 2024/06/21
- 56/97: gnu: Add texlive-lcdftypetools-bin., guix-commits, 2024/06/21
- 47/97: gnu: Add texlive-cjkutils-bin., guix-commits, 2024/06/21
- 55/97: gnu: Add texlive-dvisvgm-bin., guix-commits, 2024/06/21
- 80/97: gnu: texlive-hyphen-complete: Fix locations.,
guix-commits <=
- 70/97: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/21
- 82/97: guix: import texlive: Rename some functions., guix-commits, 2024/06/21
- 51/97: gnu: Add texlive-dvi2tty-bin., guix-commits, 2024/06/21
- 57/97: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/21
- 58/97: gnu: Add texlive-seetexk-bin., guix-commits, 2024/06/21
- 65/97: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/21
- 66/97: gnu: Add texlive-mflua-bin., guix-commits, 2024/06/21
- 71/97: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/21
- 75/97: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/21
- 78/97: gnu: texlive-scripts: Add missing "mktexfmt" symlink., guix-commits, 2024/06/21