me
/
guix
Archived
1
0
Fork 0

gnu: texlive-trimspaces: Fix build.

* gnu/packages/tex.scm (texlive-trimspaces)[native-inputs]: Add TEXLIVE-FILCONTENTS.
Nicolas Goaziou 2023-07-12 09:19:42 +02:00
parent c1f7156d55
commit 765c92c27a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 0 deletions

View File

@ -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