[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 06:41:30 -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/"
- 57/97: gnu: Add texlive-lacheck-bin., (continued)
- 57/97: gnu: Add texlive-lacheck-bin., guix-commits, 2024/06/21
- 60/97: gnu: Add texlive-t1utils-bin., guix-commits, 2024/06/21
- 65/97: gnu: Add texlive-luajittex-bin., guix-commits, 2024/06/21
- 70/97: gnu: texlive-musixtnt: Build binary separately., guix-commits, 2024/06/21
- 69/97: gnu: texlive-dvipos: Build binaries separately., guix-commits, 2024/06/21
- 64/97: gnu: Add texlive-xml2pmx-bin., guix-commits, 2024/06/21
- 72/97: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/21
- 73/97: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/21
- 82/97: guix: import texlive: Rename some functions., guix-commits, 2024/06/21
- 81/97: guix: import texlive: Remove need for having "svn" binary in PATH., guix-commits, 2024/06/21
- 80/97: gnu: texlive-hyphen-complete: Fix locations.,
guix-commits <=
- 86/97: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/21
- 85/97: guix: import texlive: Move a comment., guix-commits, 2024/06/21
- 87/97: guix: import texlive: Handle versions., guix-commits, 2024/06/21
- 93/97: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/21
- 97/97: guix: texlive importer: Adjust to generate new source format., guix-commits, 2024/06/21
- 96/97: gnu: texlive-scripts: Add missing file name for checkout., guix-commits, 2024/06/21
- 62/97: gnu: Add texlive-xpdfopen-bin., guix-commits, 2024/06/21
- 76/97: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/21
- 88/97: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/21
- 84/97: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/21