[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/452: gnu: texlive-xpatch: Refresh package definition.
From: |
guix-commits |
Subject: |
167/452: gnu: texlive-xpatch: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 58b10cad41d8365f15605f1c0509efb50730fcec
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 b69b91394f..d2bf9c2e1a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12204,18 +12204,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
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., (continued)
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition.,
guix-commits <=
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09
- 25/452: gnu: Add texlive-dehyph., guix-commits, 2023/06/09
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09
- 38/452: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/09
- 40/452: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/09
- 43/452: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/09
- 49/452: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/09
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/09
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09