[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/409: gnu: texlive-xpatch: Refresh package definition.
From: |
guix-commits |
Subject: |
167/409: gnu: texlive-xpatch: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 14eff0c018986cd469488df4df296686db69516d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:41:51 2023 +0200
gnu: texlive-xpatch: Refresh package definition.
* gnu/packages/tex.scm (texlive-xpatch): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-L3KERNEL,
TEXLIVE-L3PACKAGES.
---
gnu/packages/tex.scm | 31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0e58bef3de..eff841286b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12212,18 +12212,25 @@ possible to register these float types with
endfloat.")
(define-public texlive-xpatch
(package
- (inherit (simple-texlive-package
- "texlive-xpatch"
- (list "doc/latex/xpatch/"
- "source/latex/xpatch/"
- "tex/latex/xpatch/")
- (base32
- "0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/xpatch")
- (synopsis "Extending etoolbox patching commands")
- (description "The package generalises the macro patching commands
-provided by Philipp Lehmann’s etoolbox.")
+ (name "texlive-xpatch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xpatch/" "source/latex/xpatch/"
+ "tex/latex/xpatch/")
+ (base32
+ "0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-l3kernel
+ texlive-l3packages))
+ (home-page "https://ctan.org/pkg/xpatch")
+ (synopsis "Extending @code{etoolbox} patching commands")
+ (description
+ "The package generalises the macro patching commands provided by Philipp
+Lehmann's @code{etoolbox}.")
(license license:lppl1.3c+)))
(define-public texlive-threeparttablex
- 66/409: gnu: Add texlive-atenddvi., (continued)
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 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 <=
- 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, 2023/05/20
- 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