mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: texlive-kvoptions: Refresh package definition.
* gnu/packages/tex.scm (texlive-kvoptions): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
c0011a5d0b
commit
a11405bffe
1 changed files with 19 additions and 23 deletions
|
@ -7058,30 +7058,26 @@ (define-deprecated-package texlive-latex-jknapltx texlive-jknapltx)
|
||||||
(define-deprecated-package texlive-jknappen texlive-jknapltx)
|
(define-deprecated-package texlive-jknappen texlive-jknapltx)
|
||||||
|
|
||||||
(define-public texlive-kvoptions
|
(define-public texlive-kvoptions
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-kvoptions"
|
(name "texlive-kvoptions")
|
||||||
(list "doc/latex/kvoptions/"
|
(version (number->string %texlive-revision))
|
||||||
"source/latex/kvoptions/"
|
(source (texlive-origin
|
||||||
"tex/latex/kvoptions/")
|
name version
|
||||||
(base32
|
(list "doc/latex/kvoptions/"
|
||||||
"1b8q93l54160b8gn3fq484n15n6cylrhmf2xk7p42czg2rqw7w3l"))))
|
"source/latex/kvoptions/"
|
||||||
(package
|
"tex/latex/kvoptions/")
|
||||||
(inherit template)
|
(base32
|
||||||
(outputs '("out" "doc"))
|
"1b8q93l54160b8gn3fq484n15n6cylrhmf2xk7p42czg2rqw7w3l")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ '())
|
(propagated-inputs
|
||||||
"latex/kvoptions")
|
(list texlive-kvsetkeys texlive-ltxcmds))
|
||||||
((#:build-targets _ '())
|
(home-page "https://www.ctan.org/pkg/kvoptions")
|
||||||
#~(list "kvoptions.dtx"))))
|
(synopsis "Key/value format for package options")
|
||||||
(propagated-inputs
|
(description
|
||||||
(list texlive-kvsetkeys texlive-ltxcmds))
|
"This package provides facilities for using key-value format in
|
||||||
(home-page "https://www.ctan.org/pkg/kvoptions")
|
|
||||||
(synopsis "Key/value format for package options")
|
|
||||||
(description
|
|
||||||
"This package provides facilities for using key-value format in
|
|
||||||
package options.")
|
package options.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-kvoptions texlive-kvoptions)
|
(define-deprecated-package texlive-latex-kvoptions texlive-kvoptions)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue