diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-12 09:19:42 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:55 +0200 |
commit | 765c92c27ace9ebb198830a78f9ed6b9aeb3da2d (patch) | |
tree | 595cffda48ef5e9247d16cf64aac961c478aaf5e /gnu | |
parent | c1f7156d55bdc83f93f00f6f9b8e9d81916e4a54 (diff) | |
download | guix-765c92c27ace9ebb198830a78f9ed6b9aeb3da2d.tar.gz guix-765c92c27ace9ebb198830a78f9ed6b9aeb3da2d.zip |
gnu: texlive-trimspaces: Fix build.
* gnu/packages/tex.scm (texlive-trimspaces)[native-inputs]: Add TEXLIVE-FILCONTENTS.
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 |