mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
0a8cc69fb7
commit
7d6a97d6ce
1 changed files with 2 additions and 2 deletions
|
@ -518,8 +518,8 @@ (define-public texlive-hyphen-complete
|
|||
(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/"
|
||||
|
|
Loading…
Reference in a new issue