Archived
1
0
Fork 0

gnu: texlive-makecmds: Refresh package definition.

* gnu/packages/tex.scm (texlive-makecmds): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 22:52:00 +02:00
parent e2d105a1f6
commit a933d6f056
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6293,19 +6293,20 @@ diagrams.")
(define-public texlive-makecmds (define-public texlive-makecmds
(package (package
(inherit (simple-texlive-package (name "texlive-makecmds")
"texlive-makecmds" (version (number->string %texlive-revision))
(list "doc/latex/makecmds/README" (source (texlive-origin
"source/latex/makecmds/makecmds.dtx" name version
"source/latex/makecmds/makecmds.ins") (list "doc/latex/makecmds/" "source/latex/makecmds/"
(base32 "0znx80x6ic7a25v9dw8yjibq7lx65wangcyii18kk5x5z4jljba9"))) "tex/latex/makecmds/")
(base32
"05y5n265in7mrbpgjxqg339l8r8dmp6lvl4k528pr3rkb8z94qaf")))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (build-system texlive-build-system)
(list (native-inputs
#:tex-directory "latex/makecmds")) (list (texlive-updmap.cfg
(native-inputs (list (texlive-updmap.cfg (list texlive-amsfonts
(list texlive-amsfonts texlive-cm))))
texlive-cm))))
(home-page "https://www.ctan.org/pkg/makecmds") (home-page "https://www.ctan.org/pkg/makecmds")
(synopsis "TeX macro to define or redefine a command") (synopsis "TeX macro to define or redefine a command")
(description "The package provides a @code{\\makecommand} command, which (description "The package provides a @code{\\makecommand} command, which