mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
f5914d5b2e
commit
181c19fadf
1 changed files with 8 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue