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

commit 3f2bbcbcd7582c6c05e7f0547b22b2ba67db07e9
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
AuthorDate: Mon Feb 10 12:02:32 2025 +0100

    gnu: texlive-hyphen-complete: Remove input labels.
    
    * gnu/packages/tex.scm (texlive-hyphen-complete)[native-inputs]: Remove
    labels.
    
    Change-Id: Id6a56bb228311a2172a8f469e117611725b34103
---
 gnu/packages/tex.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index baa481792d..3b441f9e59 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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

Reply via email to