[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
150/452: gnu: texlive-everyshi: Refresh package definition.
From: |
guix-commits |
Subject: |
150/452: gnu: texlive-everyshi: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 75164601185156743c10521d5bf1efa1196a403b
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 77ba4fb159..525748e11f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., (continued)
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition.,
guix-commits <=
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/09
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09