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:
Nicolas Goaziou 2023-05-18 13:45:41 +02:00
parent 903f6db73b
commit 936693c1ff
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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
"texlive-catchfile"
(list "/doc/latex/catchfile/"
"/source/latex/catchfile/"
"/tex/generic/catchfile/")
(base32
"1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx"))))
(package (package
(inherit template) (name "texlive-catchfile")
(arguments (version (number->string %texlive-revision))
(substitute-keyword-arguments (package-arguments template) (source (texlive-origin
((#:tex-directory _ #t) name version
"latex/catchfile"))) (list "doc/latex/catchfile/" "source/latex/catchfile/"
"tex/generic/catchfile/")
(base32
"1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-etexcmds
texlive-infwarerr
texlive-ltxcmds))
(home-page "https://ctan.org/macros/latex/contrib/catchfile") (home-page "https://ctan.org/macros/latex/contrib/catchfile")
(synopsis "Catch an external file into a macro") (synopsis "Catch an external file into a macro")
(description (description
"Catchfile catches the contents of a file and puts it in a macro.") "Catchfile catches the contents of a file and puts it in a macro.")
(license license:lppl1.3+)))) (license license:lppl1.3+)))
(define-public texlive-ddphonism (define-public texlive-ddphonism
(package (package