gnu: texlive-pdftexcmds: Refresh package definition.
* gnu/packages/tex.scm (texlive-pdftexcmds): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
8ef25d0a63
commit
21dbe0812d
@ -5633,30 +5633,26 @@ used to write the verbatim text to a file.")
|
|||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-pdftexcmds
|
(define-public texlive-pdftexcmds
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-pdftexcmds"
|
(name "texlive-pdftexcmds")
|
||||||
(list "doc/generic/pdftexcmds/"
|
(version (number->string %texlive-revision))
|
||||||
"source/generic/pdftexcmds/"
|
(source (texlive-origin
|
||||||
"tex/generic/pdftexcmds/")
|
name version
|
||||||
(base32
|
(list "doc/generic/pdftexcmds/"
|
||||||
"0gad1vi0r5xw7gyj1cb2cp58j4dqrw4awcfxmfrna9xbz91g4sn9"))))
|
"source/generic/pdftexcmds/"
|
||||||
(package
|
"tex/generic/pdftexcmds/")
|
||||||
(inherit template)
|
(base32
|
||||||
(outputs '("out" "doc"))
|
"0gad1vi0r5xw7gyj1cb2cp58j4dqrw4awcfxmfrna9xbz91g4sn9")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ '())
|
(propagated-inputs
|
||||||
"generic/pdftexcmds")
|
(list texlive-iftex texlive-infwarerr texlive-ltxcmds))
|
||||||
((#:build-targets _ '())
|
(home-page "https://www.ctan.org/pkg/pdftexcmds")
|
||||||
#~(list "pdftexcmds.dtx"))))
|
(synopsis "LuaTeX support for pdfTeX utility functions")
|
||||||
(propagated-inputs
|
(description
|
||||||
(list texlive-iftex texlive-infwarerr texlive-ltxcmds))
|
"This package makes a number of utility functions from pdfTeX
|
||||||
(home-page "https://www.ctan.org/pkg/pdftexcmds")
|
|
||||||
(synopsis "LuaTeX support for pdfTeX utility functions")
|
|
||||||
(description
|
|
||||||
"This package makes a number of utility functions from pdfTeX
|
|
||||||
available for LuaTeX by reimplementing them using Lua.")
|
available for LuaTeX by reimplementing them using Lua.")
|
||||||
(license license:lppl1.3c+))))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-pdftexcmds texlive-pdftexcmds)
|
(define-deprecated-package texlive-latex-pdftexcmds texlive-pdftexcmds)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user