mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: texlive-docstrip: Refresh package definition.
* gnu/packages/tex.scm (texlive-docstrip): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
e98ecc9549
commit
7ad5fc1b83
1 changed files with 10 additions and 6 deletions
|
@ -719,12 +719,16 @@ (define-public texlive-alphalph
|
|||
|
||||
(define texlive-docstrip
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-docstrip"
|
||||
(list "/tex/latex/base/docstrip.tex")
|
||||
(base32
|
||||
"1pxbqbia0727vg01xv8451szm55z2w8sb0vv3kf4iqx5ibb6m0d2")
|
||||
#:trivial? #t))
|
||||
(name "texlive-docstrip")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "/tex/latex/base/docstrip.tex")
|
||||
(base32
|
||||
"1pxbqbia0727vg01xv8451szm55z2w8sb0vv3kf4iqx5ibb6m0d2")))
|
||||
(build-system texlive-build-system)
|
||||
(arguments
|
||||
(list #:texlive-latex-base #f))
|
||||
(home-page "https://www.ctan.org/texlive")
|
||||
(synopsis "Utility to strip documentation from TeX files")
|
||||
(description "This package provides the docstrip utility to strip
|
||||
|
|
Loading…
Reference in a new issue