[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
176/409: gnu: texlive-xifthen: Refresh package definition.
From: |
guix-commits |
Subject: |
176/409: gnu: texlive-xifthen: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:42 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d759bb9e829070ec9a792aed47a405078600a91c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:22:25 2023 +0200
gnu: texlive-xifthen: Refresh package definition.
* gnu/packages/tex.scm (texlive-xifthen): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-IFMTARG, TEXLIVE-TOOLS.
---
gnu/packages/tex.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 54456bddca..4c38cba9ab 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11877,14 +11877,18 @@ by the following fonts:
(define-public texlive-xifthen
(package
- (inherit (simple-texlive-package
- "texlive-xifthen"
- (list "doc/latex/xifthen/"
- "tex/latex/xifthen/")
- (base32
- "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")
- #:trivial? #t))
+ (name "texlive-xifthen")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xifthen/" "tex/latex/xifthen/")
+ (base32
+ "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ifmtarg
+ texlive-tools))
(home-page "https://ctan.org/pkg/xifthen")
(synopsis "Extended conditional commands")
(description
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., (continued)
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition.,
guix-commits <=
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20