[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/421: gnu: texlive-ltablex: Refresh package definition.
From: |
guix-commits |
Subject: |
160/421: gnu: texlive-ltablex: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:29:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 12554a3b666c77ebcd3c249b7f086ece4ee578b4
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 9c8a1ed9a5..338b95ce80 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12425,18 +12425,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)))
- 125/421: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., (continued)
- 125/421: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/28
- 127/421: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/28
- 130/421: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/28
- 133/421: gnu: Add texlive-newverbs., guix-commits, 2023/05/28
- 134/421: gnu: Add texlive-svn-prov., guix-commits, 2023/05/28
- 146/421: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/28
- 142/421: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/28
- 153/421: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/28
- 158/421: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/28
- 156/421: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/28
- 160/421: gnu: texlive-ltablex: Refresh package definition.,
guix-commits <=
- 162/421: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/28
- 172/421: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/28
- 176/421: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/28
- 180/421: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/28
- 186/421: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/28
- 187/421: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 188/421: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 190/421: gnu: Add texlive-etextools., guix-commits, 2023/05/28
- 191/421: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/28
- 193/421: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/28