[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/418: gnu: texlive-xpatch: Refresh package definition.
From: |
guix-commits |
Subject: |
167/418: gnu: texlive-xpatch: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9e6601fc73d65eb6076279126f1e5ee50a2179a7
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
- 155/418: gnu: texlive-tracklang: Refresh package definition., (continued)
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/05/29
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/05/29
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/29
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/29
- 169/418: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/29
- 167/418: gnu: texlive-xpatch: Refresh package definition.,
guix-commits <=
- 173/418: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/29
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/29
- 172/418: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/29
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/29
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/29
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/29
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/29
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/05/29