[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
150/418: gnu: texlive-everyshi: Refresh package definition.
From: |
guix-commits |
Subject: |
150/418: gnu: texlive-everyshi: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7b6182192e40d9a9b52967a9f379c5cba0af7ddb
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 2fa00499ae..ed5412215c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12556,14 +12556,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
- 125/418: gnu: texlive-wasysym: Refresh package definition., (continued)
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/05/29
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/29
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/29
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/29
- 141/418: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/29
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/29
- 149/418: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/29
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/29
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/29
- 150/418: gnu: texlive-everyshi: Refresh package definition.,
guix-commits <=
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/29
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/29
- 162/418: gnu: Add texlive-selinput., guix-commits, 2023/05/29
- 165/418: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/29
- 168/418: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/29
- 176/418: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/29
- 183/418: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/29
- 185/418: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/29
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/29
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/29