Archived
1
0
Fork 0

gnu: texlive-auxhook: Refresh package definition.

* gnu/packages/tex.scm (texlive-auxhook): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-16 00:18:24 +02:00
parent dab531f4a0
commit 7b46032adf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3405,26 +3405,23 @@ the @file{.aux} file.")
(define-deprecated-package texlive-latex-atveryend texlive-atveryend) (define-deprecated-package texlive-latex-atveryend texlive-atveryend)
(define-public texlive-auxhook (define-public texlive-auxhook
(let ((template (simple-texlive-package (package
"texlive-auxhook" (name "texlive-auxhook")
(list "doc/latex/auxhook/" (version (number->string %texlive-revision))
"source/latex/auxhook/" (source (texlive-origin
name version
(list "doc/latex/auxhook/" "source/latex/auxhook/"
"tex/latex/auxhook/") "tex/latex/auxhook/")
(base32 (base32
"1qfs7bz8ryp4prr2fw4hwypnfc6yr4rc4wd8qy4rpmab0hab0vdy")))) "1qfs7bz8ryp4prr2fw4hwypnfc6yr4rc4wd8qy4rpmab0hab0vdy")))
(package
(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/auxhook")
((#:build-targets _ '())
#~(list "auxhook.dtx"))))
(home-page "https://www.ctan.org/pkg/auxhook")
(synopsis "Hooks for auxiliary files") (synopsis "Hooks for auxiliary files")
(description (description
"This package provides hooks for adding code at the beginning of "This package provides hooks for adding code at the beginning of
@file{.aux} files.") @file{.aux} files.")
(license license:lppl1.3c+)))) (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-auxhook texlive-auxhook) (define-deprecated-package texlive-latex-auxhook texlive-auxhook)