[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/418: gnu: texlive-threeparttablex: Refresh package definition.
From: |
guix-commits |
Subject: |
166/418: gnu: texlive-threeparttablex: 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 45115044e03fa96df0b8eb69721af2f644b67e62
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:40:01 2023 +0200
gnu: texlive-threeparttablex: Refresh package definition.
* gnu/packages/tex.scm (texlive-threeparttablex): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ENVIRON, TEXLIVE-THREEPARTTABLE.
---
gnu/packages/tex.scm | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5a32e2f14e..0e58bef3de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12228,17 +12228,24 @@ provided by Philipp Lehmann’s etoolbox.")
(define-public texlive-threeparttablex
(package
- (inherit (simple-texlive-package
- "texlive-threeparttablex"
- (list "doc/latex/threeparttablex/"
- "tex/latex/threeparttablex/")
- (base32
- "19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/threeparttablex")
- (synopsis "Notes in longtables")
- (description "The package provides the functionality of the
-threeparttable package to tables created using the longtable package.")
+ (name "texlive-threeparttablex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/threeparttablex/"
+ "tex/latex/threeparttablex/")
+ (base32
+ "19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-environ
+ texlive-threeparttable))
+ (home-page "https://ctan.org/pkg/threeparttablex")
+ (synopsis "Notes in @code{longtables}")
+ (description
+ "The package provides the functionality of the @code{threeparttable}
+package to tables created using the @code{longtable} package.")
(license license:lppl1.3+)))
(define-public texlive-lineno
- 144/418: gnu: texlive-xstring: Refresh package definition., (continued)
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 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 <=
- 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, 2023/05/29
- 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