[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: |
Fri, 2 Jun 2023 17:24:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 494d2d35a3906bc0b75691765236cbc253de4476
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
- 135/418: gnu: texlive-storebox: Refresh package definition., (continued)
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/02
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/02
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/02
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/02
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/02
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/02
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/02
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/02
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/02
- 162/418: gnu: Add texlive-selinput., guix-commits, 2023/06/02
- 166/418: gnu: texlive-threeparttablex: Refresh package definition.,
guix-commits <=
- 167/418: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/02
- 173/418: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/02
- 176/418: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/02
- 183/418: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/02
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/02
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/02
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/02
- 193/418: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/02
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/02
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/02