mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: texlive-trimspaces: Fix build.
* gnu/packages/tex.scm (texlive-trimspaces)[native-inputs]: Add TEXLIVE-FILCONTENTS.
This commit is contained in:
parent
c1f7156d55
commit
765c92c27a
1 changed files with 1 additions and 0 deletions
|
@ -7533,6 +7533,7 @@ (define-public texlive-trimspaces
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue