ngz pushed a commit to branch tex-team
in repository guix.

commit c1cfbb06c78ad99247ff4327f4d2919e92f50b52
Author: Nicolas Goaziou <m...@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/"

Reply via email to