diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |