[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
150/409: gnu: texlive-everyshi: Refresh package definition.
From: |
guix-commits |
Subject: |
150/409: gnu: texlive-everyshi: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a5a1f5f0adebf7827a2cc441b383e04e56b23d07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:24:26 2023 +0200
gnu: texlive-everyshi: Refresh package definition.
* gnu/packages/tex.scm (texlive-everyshi): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]<#:tex-format>: Set to "latex".
---
gnu/packages/tex.scm | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3316549a12..59c171edea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12552,14 +12552,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
- 355/409: gnu: Add texlive-luatex., (continued)
- 355/409: gnu: Add texlive-luatex., guix-commits, 2023/05/20
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20
- 150/409: gnu: texlive-everyshi: Refresh package definition.,
guix-commits <=
- 171/409: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/20
- 203/409: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/20
- 208/409: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/20
- 209/409: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/20
- 211/409: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/20
- 222/409: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/20
- 229/409: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/20
- 224/409: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/20
- 231/409: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/20
- 232/409: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/20