mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: texlive-atveryend: Refresh package definition.
* gnu/packages/tex.scm (texlive-atveryend): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
e9af0271fd
commit
dab531f4a0
1 changed files with 17 additions and 18 deletions
|
@ -3379,20 +3379,19 @@ (define-public texlive-attachfile
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-atveryend
|
(define-public texlive-atveryend
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-atveryend"
|
(name "texlive-atveryend")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
(list "doc/latex/atveryend/"
|
(list "doc/latex/atveryend/"
|
||||||
"source/latex/atveryend/"
|
"source/latex/atveryend/"
|
||||||
"tex/latex/atveryend/")
|
"tex/latex/atveryend/")
|
||||||
(base32 "1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn"))))
|
(base32
|
||||||
(package
|
"1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn")))
|
||||||
(inherit template)
|
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(build-system texlive-build-system)
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(home-page "https://ctan.org/pkg/atveryend")
|
||||||
((#:build-targets _ #t)
|
|
||||||
#~(list "atveryend.dtx"))))
|
|
||||||
(home-page "https://ctan.org/macros/latex/contrib/atveryend")
|
|
||||||
(synopsis "Hooks at the very end of a document")
|
(synopsis "Hooks at the very end of a document")
|
||||||
(description
|
(description
|
||||||
"This LaTeX packages provides two hooks for @code{\\end{document}} that
|
"This LaTeX packages provides two hooks for @code{\\end{document}} that
|
||||||
|
@ -3401,7 +3400,7 @@ (define-public texlive-atveryend
|
||||||
after the last @code{\\clearpage} before the @file{.aux} file is closed.
|
after the last @code{\\clearpage} before the @file{.aux} file is closed.
|
||||||
@code{\\AtVeryEndDocument} is used for code after closing and final reading of
|
@code{\\AtVeryEndDocument} is used for code after closing and final reading of
|
||||||
the @file{.aux} file.")
|
the @file{.aux} file.")
|
||||||
(license license:lppl1.3+))))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-atveryend texlive-atveryend)
|
(define-deprecated-package texlive-latex-atveryend texlive-atveryend)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue