[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/458: gnu: texlive-ltablex: Refresh package definition.
From: |
guix-commits |
Subject: |
154/458: gnu: texlive-ltablex: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 47eab5fc568bb182f3fbebe895c4d0ddf278a0e1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:31:38 2023 +0200
gnu: texlive-ltablex: Refresh package definition.
* gnu/packages/tex.scm (texlive-ltablex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-TOOLS.
---
gnu/packages/tex.scm | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9c655d2f2d..45b351771a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12421,18 +12421,23 @@ non-LaTeX users.")
(define-public texlive-ltablex
(package
- (inherit
- (simple-texlive-package
- "texlive-ltablex"
- (list "doc/latex/ltablex/" "tex/latex/ltablex/")
- (base32 "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w")
- #:trivial? #t))
+ (name "texlive-ltablex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ltablex/" "tex/latex/ltablex/")
+ (base32
+ "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-tools))
(home-page "https://ctan.org/pkg/ltablex")
(synopsis "Table package extensions")
(description
"The @code{ltablex} package modifies the @code{tabularx} environment to
-combine the features of the @code{tabularx} package (auto-sized columns in a
-fixed-width table) with those of the @code{longtable} package (multi-page
+combine the features of the @code{tabularx} package (auto-sized columns in
+a fixed-width table) with those of the @code{longtable} package (multi-page
tables).")
(license license:lppl)))
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14
- 154/458: gnu: texlive-ltablex: Refresh package definition.,
guix-commits <=
- 247/458: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/14
- 254/458: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/14
- 258/458: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/14
- 261/458: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/14
- 270/458: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/14
- 274/458: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/14
- 285/458: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/06/14
- 298/458: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/14
- 323/458: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/14
- 148/458: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/14