[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/458: gnu: texlive-xpatch: Refresh package definition.
From: |
guix-commits |
Subject: |
167/458: gnu: texlive-xpatch: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5eea9cc5e9cc7c505e85273e859e536fdadaaeb8
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
- 340/458: gnu: texlive-cm-super: Refresh package definition., (continued)
- 340/458: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/14
- 342/458: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/14
- 354/458: gnu: Add texlive-mptopdf., guix-commits, 2023/06/14
- 150/458: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/14
- 151/458: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/14
- 152/458: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/14
- 155/458: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/14
- 156/458: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/14
- 164/458: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/14
- 165/458: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/14
- 167/458: gnu: texlive-xpatch: Refresh package definition.,
guix-commits <=
- 176/458: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/14
- 177/458: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/14
- 335/458: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/14
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/14
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local., guix-commits, 2023/06/14
- 408/458: gnu: Add texlive-semaphor., guix-commits, 2023/06/14
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14
- 421/458: gnu: Add texlive-tex., guix-commits, 2023/06/14
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14