gnu: texlive-kvdefinekeys: Refresh package definition.
* gnu/packages/tex.scm (texlive-kvdefinekeys): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-LTXCMDS.
This commit is contained in:
parent
a8de5e3a2a
commit
d75b23ee8a
1 changed files with 19 additions and 21 deletions
|
@ -9663,28 +9663,26 @@ using the e-TeX extension @code{\\numexpr} if it is available.")
|
||||||
(define-deprecated-package texlive-generic-intcalc texlive-intcalc)
|
(define-deprecated-package texlive-generic-intcalc texlive-intcalc)
|
||||||
|
|
||||||
(define-public texlive-kvdefinekeys
|
(define-public texlive-kvdefinekeys
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-kvdefinekeys"
|
(name "texlive-kvdefinekeys")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/kvdefinekeys/"
|
(list "doc/latex/kvdefinekeys/"
|
||||||
"source/latex/kvdefinekeys/"
|
"source/latex/kvdefinekeys/"
|
||||||
"tex/generic/kvdefinekeys/")
|
"tex/generic/kvdefinekeys/")
|
||||||
(base32
|
(base32
|
||||||
"1026h223ph3nzhs6jqbasa0bzsrdg3zgllfcwwcavfzb5i6p9jdf"))))
|
"1026h223ph3nzhs6jqbasa0bzsrdg3zgllfcwwcavfzb5i6p9jdf")))
|
||||||
(package
|
|
||||||
(inherit template)
|
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(propagated-inputs
|
||||||
((#:tex-directory _ '())
|
(list texlive-ltxcmds))
|
||||||
"generic/kvdefinekeys")
|
(home-page "https://ctan.org/pkg/kvdefinekeys")
|
||||||
((#:build-targets _ '())
|
|
||||||
#~(list "kvdefinekeys.dtx"))))
|
|
||||||
(home-page "https://www.ctan.org/pkg/kvdefinekeys")
|
|
||||||
(synopsis "Define keys for use in the @code{kvsetkeys} package")
|
(synopsis "Define keys for use in the @code{kvsetkeys} package")
|
||||||
(description
|
(description
|
||||||
"This package provides the @code{\\kv@@define@@key} (analogous to
|
"This package provides the @code{\\kv@@define@@key} (analogous to
|
||||||
keyval’s @code{\\define@@key}, to define keys for use by @code{kvsetkeys}.")
|
keyval’s @code{\\define@@key}, to define keys for use by @code{kvsetkeys}.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-kvdefinekeys texlive-kvdefinekeys)
|
(define-deprecated-package texlive-generic-kvdefinekeys texlive-kvdefinekeys)
|
||||||
|
|
||||||
|
|
Reference in a new issue