gnu: texlive-xpatch: Refresh package definition.

* gnu/packages/tex.scm (texlive-xpatch): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-L3KERNEL, TEXLIVE-L3PACKAGES.
This commit is contained in:
Nicolas Goaziou 2023-05-15 12:41:51 +02:00
parent fe0ce730c6
commit 4c60535bb3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12204,18 +12204,25 @@ (define-public texlive-was
(define-public texlive-xpatch
(package
(inherit (simple-texlive-package
"texlive-xpatch"
(list "doc/latex/xpatch/"
"source/latex/xpatch/"
"tex/latex/xpatch/")
(base32
"0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/xpatch")
(synopsis "Extending etoolbox patching commands")
(description "The package generalises the macro patching commands
provided by Philipp Lehmanns etoolbox.")
(name "texlive-xpatch")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xpatch/" "source/latex/xpatch/"
"tex/latex/xpatch/")
(base32
"0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-etoolbox
texlive-l3kernel
texlive-l3packages))
(home-page "https://ctan.org/pkg/xpatch")
(synopsis "Extending @code{etoolbox} patching commands")
(description
"The package generalises the macro patching commands provided by Philipp
Lehmann's @code{etoolbox}.")
(license license:lppl1.3c+)))
(define-public texlive-threeparttablex