[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/435: gnu: texlive-ltablex: Refresh package definition.
From: |
guix-commits |
Subject: |
154/435: gnu: texlive-ltablex: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9fea5c584b237d8234c56de1da8fd2e23b7b8b53
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 359aa43b1a..9babc497a8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12429,18 +12429,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)))
- 224/435: gnu: texlive-stmaryrd: Fix build., (continued)
- 224/435: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/06
- 226/435: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/06
- 407/435: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/06
- 410/435: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/06
- 417/435: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/06
- 421/435: gnu: Add texlive-tex., guix-commits, 2023/06/06
- 434/435: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/06
- 132/435: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/06
- 141/435: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/06
- 143/435: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/06
- 154/435: gnu: texlive-ltablex: Refresh package definition.,
guix-commits <=
- 161/435: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/06
- 164/435: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/06
- 188/435: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/06
- 203/435: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/06
- 193/435: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/06
- 196/435: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/06
- 197/435: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/06
- 207/435: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/06
- 210/435: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/06
- 218/435: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/06