mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-catchfile!): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ETEXCMDS, TEXLIVE-INFWARERR, TEXLIVE-LTXCMDS.
This commit is contained in:
parent
903f6db73b
commit
936693c1ff
1 changed files with 20 additions and 18 deletions
|
@ -6350,24 +6350,26 @@ (define-public texlive-carlisle
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-catchfile
|
(define-public texlive-catchfile
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-catchfile"
|
(name "texlive-catchfile")
|
||||||
(list "/doc/latex/catchfile/"
|
(version (number->string %texlive-revision))
|
||||||
"/source/latex/catchfile/"
|
(source (texlive-origin
|
||||||
"/tex/generic/catchfile/")
|
name version
|
||||||
(base32
|
(list "doc/latex/catchfile/" "source/latex/catchfile/"
|
||||||
"1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx"))))
|
"tex/generic/catchfile/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ #t)
|
(propagated-inputs
|
||||||
"latex/catchfile")))
|
(list texlive-etexcmds
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/catchfile")
|
texlive-infwarerr
|
||||||
(synopsis "Catch an external file into a macro")
|
texlive-ltxcmds))
|
||||||
(description
|
(home-page "https://ctan.org/macros/latex/contrib/catchfile")
|
||||||
"Catchfile catches the contents of a file and puts it in a macro.")
|
(synopsis "Catch an external file into a macro")
|
||||||
(license license:lppl1.3+))))
|
(description
|
||||||
|
"Catchfile catches the contents of a file and puts it in a macro.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-ddphonism
|
(define-public texlive-ddphonism
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue