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
(package
(inherit
(simple-texlive-package
"texlive-everyshi"
(list "doc/latex/everyshi/"
"source/latex/everyshi/"
"tex/latex/everyshi/")
(base32 "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")
#:trivial? #t))
(name "texlive-everyshi")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/everyshi/" "source/latex/everyshi/"
"tex/latex/everyshi/")
(base32
"11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments
(list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/everyshi")
(synopsis "Take action at every @code{\\shipout}")
(description