andreas pushed a commit to branch tex-team
in repository guix.
commit 744dbf2d48995ac5b3940ed84e37c256ca0e9166
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 10 12:04:20 2025 +0100
gnu: texlive-newverbs: Remove input labels.
* gnu/packages/tex.scm (texlive-newverbs)[native-inputs]: Remove labels.
Change-Id: I2cccd5a010310ee4509d40999bd35283e8548656
---
gnu/packages/tex.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3b441f9e59..7d60ccae5c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -64869,9 +64869,7 @@ Unicode option of @code{inputenc} or @code{inputenx},
or by XeLaTeX/LuaLaTeX.")
"tex/generic/ydoc/ydocstrip.tex")
"build/")
(setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
- (native-inputs
- ;; TODO: Remove input label on next rebuild cycle.
- `(("_" ,(package-source texlive-ydoc))))
+ (native-inputs (list (package-source texlive-ydoc)))
(home-page "https://ctan.org/pkg/newverbs")
(synopsis "Define new versions of @code{\\verb}")
(description