me
/
guix
Archived
1
0
Fork 0

gnu: texlive-everyshi: Refresh package definition.

* gnu/packages/tex.scm (texlive-everyshi): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]<#:tex-format>: Set to "latex".
Nicolas Goaziou 2023-05-15 00:24:26 +02:00
parent b407ff1506
commit 428914a897
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 12 additions and 8 deletions

View File

@ -12548,14 +12548,18 @@ compatibility reasons. See @code{lthooks-doc.pdf} for instructions how to use
(define-public texlive-everyshi (define-public texlive-everyshi
(package (package
(inherit (name "texlive-everyshi")
(simple-texlive-package (version (number->string %texlive-revision))
"texlive-everyshi" (source (texlive-origin
(list "doc/latex/everyshi/" name version
"source/latex/everyshi/" (list "doc/latex/everyshi/" "source/latex/everyshi/"
"tex/latex/everyshi/") "tex/latex/everyshi/")
(base32 "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj") (base32
#:trivial? #t)) "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments
(list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/everyshi") (home-page "https://ctan.org/pkg/everyshi")
(synopsis "Take action at every @code{\\shipout}") (synopsis "Take action at every @code{\\shipout}")
(description (description