mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: texlive-ltxcmds: Refresh package definition.
* gnu/packages/tex.scm (texlive-ltxcmds): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
d9d72c834e
commit
1053084b23
1 changed files with 19 additions and 23 deletions
|
@ -9735,29 +9735,25 @@ (define-public texlive-listofitems
|
||||||
(define-deprecated-package texlive-generic-listofitems texlive-listofitems)
|
(define-deprecated-package texlive-generic-listofitems texlive-listofitems)
|
||||||
|
|
||||||
(define-public texlive-ltxcmds
|
(define-public texlive-ltxcmds
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-ltxcmds"
|
(name "texlive-ltxcmds")
|
||||||
(list "doc/generic/ltxcmds/"
|
(version (number->string %texlive-revision))
|
||||||
"source/generic/ltxcmds/"
|
(source (texlive-origin
|
||||||
"tex/generic/ltxcmds/")
|
name version
|
||||||
(base32
|
(list "doc/generic/ltxcmds/"
|
||||||
"1izcw9jl64iij541183hc156sjwamvxm7q9fkpfnz8sppyg31fkb"))))
|
"source/generic/ltxcmds/"
|
||||||
(package
|
"tex/generic/ltxcmds/")
|
||||||
(inherit template)
|
(base32
|
||||||
(outputs '("out" "doc"))
|
"1izcw9jl64iij541183hc156sjwamvxm7q9fkpfnz8sppyg31fkb")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ '())
|
(home-page "https://ctan.org/pkg/ltxcmds")
|
||||||
"generic/ltxcmds")
|
(synopsis "Some LaTeX kernel commands for general use")
|
||||||
((#:build-targets _ '())
|
(description
|
||||||
#~(list "ltxcmds.dtx"))))
|
"This package exports some utility macros from the LaTeX kernel into
|
||||||
(home-page "https://www.ctan.org/pkg/ltxcmds")
|
a separate namespace and also makes them available for other formats such as
|
||||||
(synopsis "LaTeX kernel commands extracted for general use")
|
plain TeX.")
|
||||||
(description
|
(license license:lppl1.3+)))
|
||||||
"This package exports some utility macros from the LaTeX kernel into
|
|
||||||
a separate namespace and also makes them available for other formats such
|
|
||||||
as plain TeX.")
|
|
||||||
(license license:lppl1.3c+))))
|
|
||||||
|
|
||||||
(define-deprecated-package texlive-generic-ltxcmds texlive-ltxcmds)
|
(define-deprecated-package texlive-generic-ltxcmds texlive-ltxcmds)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue