gnu: texlive-eso-pic: Refresh package definition.
* gnu/packages/tex.scm (texlive-eso-pic): Remove SIMPLE-TEXLIVE-PACKAGE call.
parent
a11405bffe
commit
e1d1b4f992
|
@ -7440,29 +7440,24 @@ via one of the packages @code{calrsfs} and @code{mathrsfs}.")
|
||||||
(define-deprecated-package texlive-fonts-rsfs texlive-rsfs)
|
(define-deprecated-package texlive-fonts-rsfs texlive-rsfs)
|
||||||
|
|
||||||
(define-public texlive-eso-pic
|
(define-public texlive-eso-pic
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-eso-pic"
|
(name "texlive-eso-pic")
|
||||||
(list "doc/latex/eso-pic/"
|
(version (number->string %texlive-revision))
|
||||||
"source/latex/eso-pic/"
|
(source (texlive-origin
|
||||||
"tex/latex/eso-pic/")
|
name version
|
||||||
(base32
|
(list "doc/latex/eso-pic/" "source/latex/eso-pic/"
|
||||||
"05bqm4x209wji0q6xk1jrjp0nzqafp44dlq30hlpcagrggjb3d9s"))))
|
"tex/latex/eso-pic/")
|
||||||
(package
|
(base32
|
||||||
(inherit template)
|
"05bqm4x209wji0q6xk1jrjp0nzqafp44dlq30hlpcagrggjb3d9s")))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(home-page "https://ctan.org/pkg/eso-pic")
|
||||||
((#:tex-directory _ '())
|
(synopsis "Add picture commands (or backgrounds) to every page")
|
||||||
"latex/eso-pic")
|
(description
|
||||||
((#:build-targets _ '())
|
"The package adds one or more user commands to LaTeX's @code{shipout}
|
||||||
#~(list "eso-pic.ins"))))
|
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/eso-pic")
|
|
||||||
(synopsis "Add picture commands (or backgrounds) to every page")
|
|
||||||
(description
|
|
||||||
"The package adds one or more user commands to LaTeX's @code{shipout}
|
|
||||||
routine, which may be used to place the output at fixed positions. The
|
routine, which may be used to place the output at fixed positions. The
|
||||||
@code{grid} option may be used to find the correct places.")
|
@code{grid} option may be used to find the correct places.")
|
||||||
(license license:lppl1.3+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-eso-pic texlive-eso-pic)
|
(define-deprecated-package texlive-latex-eso-pic texlive-eso-pic)
|
||||||
|
|
||||||
|
|
Reference in New Issue