me
/
guix
Archived
1
0
Fork 0

gnu: texlive-hyphen-package: Remove input labels.

* gnu/packages/tex.scm (texlive-hyphen-package): Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Tom Fitzhenry 2022-06-24 21:08:38 +10:00 committed by Ludovic Courtès
parent 8f25dd57d6
commit 3668a452d1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 4 deletions

View File

@ -187,7 +187,8 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use.
(string-append root "/tex/generic/hyph-utf8/patterns/quote")))
(mkdir "scripts")
(copy-recursively
(assoc-ref inputs "hyph-utf8-scripts") "scripts")
(dirname (search-input-file inputs "hyph-utf8.rb"))
"scripts")
;; Prepare target directories
(mkdir-p patterns)
@ -225,9 +226,7 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use.
(string-append "File.join(\"" ptex "\"")))
(invoke "ruby" "generate-ptex-patterns.rb")))))))))
(native-inputs
`(("ruby" ,ruby)
("ruby-hydra-minimal" ,ruby-hydra-minimal)
("hyph-utf8-scripts" ,hyph-utf8-scripts)))
(list ruby ruby-hydra-minimal hyph-utf8-scripts))
(home-page "https://ctan.org/pkg/hyph-utf8"))))
(define texlive-extra-src