[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/435: gnu: texlive-xpatch: Refresh package definition.
From: |
guix-commits |
Subject: |
167/435: gnu: texlive-xpatch: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:37 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fd9bd4d898cb982350ad8d100f8dbefe88ec1d46
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
- 166/435: gnu: texlive-threeparttablex: Refresh package definition., (continued)
- 166/435: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/06
- 170/435: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/06
- 179/435: gnu: Add texlive-incgraph., guix-commits, 2023/06/06
- 186/435: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/06
- 185/435: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/06
- 90/435: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/06
- 124/435: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/06
- 145/435: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/06
- 163/435: gnu: Add texlive-ntheorem., guix-commits, 2023/06/06
- 165/435: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/06
- 167/435: gnu: texlive-xpatch: Refresh package definition.,
guix-commits <=
- 169/435: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/06
- 172/435: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/06
- 175/435: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/06
- 177/435: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/06
- 181/435: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/06
- 182/435: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/06
- 183/435: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/06
- 184/435: gnu: Add texlive-etextools., guix-commits, 2023/06/06
- 187/435: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/06
- 190/435: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/06