[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/141: gnu: texlive-hyphen-complete: Fix locations.
From: |
guix-commits |
Subject: |
80/141: gnu: texlive-hyphen-complete: Fix locations. |
Date: |
Wed, 26 Jun 2024 06:34:17 -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/"
- 71/141: gnu: texlive-axodraw2: Build binary separately., (continued)
- 71/141: gnu: texlive-axodraw2: Build binary separately., guix-commits, 2024/06/26
- 72/141: gnu: texlive-xindy: Build binary separately., guix-commits, 2024/06/26
- 73/141: guix: import texlive: Propagate binaries when necessary., guix-commits, 2024/06/26
- 75/141: gnu: Update commentary section in "tex.scm"., guix-commits, 2024/06/26
- 74/141: gnu: texlive-docstrip: Remove it., guix-commits, 2024/06/26
- 76/141: gnu: texlive-xits: Fix typo in description., guix-commits, 2024/06/26
- 78/141: gnu: texlive-scripts: Add missing "mktexfmt" symlink., guix-commits, 2024/06/26
- 77/141: gnu: texlive-texdirflatten: Add missing Perl input., guix-commits, 2024/06/26
- 79/141: gnu: python-sphinx: Fix build., guix-commits, 2024/06/26
- 81/141: guix: import texlive: Rename some functions., guix-commits, 2024/06/26
- 80/141: gnu: texlive-hyphen-complete: Fix locations.,
guix-commits <=
- 84/141: guix: import texlive: Move a comment., guix-commits, 2024/06/26
- 87/141: guix: import texlive: Implement auto-updates., guix-commits, 2024/06/26
- 86/141: guix: import texlive: Handle versions., guix-commits, 2024/06/26
- 82/141: guix: import texlive: Sort modules alphabetically., guix-commits, 2024/06/26
- 83/141: guix: import texlive: Remove `files-differ?' function., guix-commits, 2024/06/26
- 92/141: gnu: Factorize URLs relative to TeX Live., guix-commits, 2024/06/26
- 85/141: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/26
- 90/141: gnu: texlive-scripts: Allow auto-updates., guix-commits, 2024/06/26
- 89/141: gnu: TeX Live packages built from TEXLIVE-SOURCE use same version., guix-commits, 2024/06/26
- 91/141: gnu: texlive-scripts: Fix typo in description., guix-commits, 2024/06/26