gnu: texlive-docstrip: Refresh package definition.

* gnu/packages/tex.scm (texlive-docstrip): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-14 23:28:14 +02:00
parent e98ecc9549
commit 7ad5fc1b83
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -719,12 +719,16 @@ (define-public texlive-alphalph
(define texlive-docstrip (define texlive-docstrip
(package (package
(inherit (simple-texlive-package (name "texlive-docstrip")
"texlive-docstrip" (version (number->string %texlive-revision))
(list "/tex/latex/base/docstrip.tex") (source (texlive-origin
(base32 name version
"1pxbqbia0727vg01xv8451szm55z2w8sb0vv3kf4iqx5ibb6m0d2") (list "/tex/latex/base/docstrip.tex")
#:trivial? #t)) (base32
"1pxbqbia0727vg01xv8451szm55z2w8sb0vv3kf4iqx5ibb6m0d2")))
(build-system texlive-build-system)
(arguments
(list #:texlive-latex-base #f))
(home-page "https://www.ctan.org/texlive") (home-page "https://www.ctan.org/texlive")
(synopsis "Utility to strip documentation from TeX files") (synopsis "Utility to strip documentation from TeX files")
(description "This package provides the docstrip utility to strip (description "This package provides the docstrip utility to strip