From 765c92c27ace9ebb198830a78f9ed6b9aeb3da2d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 09:19:42 +0200 Subject: gnu: texlive-trimspaces: Fix build. * gnu/packages/tex.scm (texlive-trimspaces)[native-inputs]: Add TEXLIVE-FILCONTENTS. --- gnu/packages/tex.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bd9b3cd838..153e89161f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7533,6 +7533,7 @@ create new @samp{List of ...}. The ToC @code{\\parskip} may be changed.") ;; The "ins" file refers to the wrong source file. (substitute* "source/latex/trimspaces/trimspaces.ins" (("pstool\\.tex") "trimspaces.tex"))))))) + (native-inputs (list texlive-filecontents)) (home-page "https://ctan.org/pkg/trimspaces") (synopsis "Trim spaces around an argument or within a macro") (description -- cgit v1.2.3