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

* gnu/packages/tex.scm (texlive-hyphen-complete)[native-inputs]: Remove
labels.

Change-Id: Id6a56bb228311a2172a8f469e117611725b34103
This commit is contained in:
Nicolas Goaziou 2025-02-10 12:02:32 +01:00 committed by Andreas Enge
parent f5914d5b2e
commit 181c19fadf
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -706,15 +706,14 @@ of user-specified directories similar to how shells look up executables.")
(string-append "File.join(\"" ptex "\"")))
(invoke "ruby" "generate-ptex-patterns.rb"))))))))
(native-inputs
;; TODO: Remove input labels on next rebuild cycle.
`(("ruby" ,ruby-2.7)
("ruby-hydra-minimal" ,ruby-hydra-minimal/pinned)
;; Build phase requires "docstrip.tex" from TEXLIVE-LATEX.
;; However, adding this package to native inputs would initiate
;; a circular dependency. To work around this, use TEXLIVE-LATEX
;; source, then add "docstrip.tex" to TEXINPUTS before build.
("_" ,(package-source texlive-latex))
("texlive-tex" ,texlive-tex)))
(list ruby-2.7
ruby-hydra-minimal/pinned
;; Build phase requires "docstrip.tex" from TEXLIVE-LATEX.
;; However, adding this package to native inputs would initiate
;; a circular dependency. To work around this, use TEXLIVE-LATEX
;; source, then add "docstrip.tex" to TEXINPUTS before build.
(package-source texlive-latex)
texlive-tex))
(home-page "https://ctan.org/pkg/hyph-utf8")
(synopsis "Hyphenation patterns expressed in UTF-8")
(description