Archived
1
0
Fork 0

gnu: texlive-ltablex: Refresh package definition.

* gnu/packages/tex.scm (texlive-ltablex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-TOOLS.
This commit is contained in:
Nicolas Goaziou 2023-05-15 00:31:38 +02:00
parent e47494e51a
commit ba4df33577
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12421,18 +12421,23 @@ non-LaTeX users.")
(define-public texlive-ltablex (define-public texlive-ltablex
(package (package
(inherit (name "texlive-ltablex")
(simple-texlive-package (version (number->string %texlive-revision))
"texlive-ltablex" (source (texlive-origin
(list "doc/latex/ltablex/" "tex/latex/ltablex/") name version
(base32 "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w") (list "doc/latex/ltablex/" "tex/latex/ltablex/")
#:trivial? #t)) (base32
"14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-tools))
(home-page "https://ctan.org/pkg/ltablex") (home-page "https://ctan.org/pkg/ltablex")
(synopsis "Table package extensions") (synopsis "Table package extensions")
(description (description
"The @code{ltablex} package modifies the @code{tabularx} environment to "The @code{ltablex} package modifies the @code{tabularx} environment to
combine the features of the @code{tabularx} package (auto-sized columns in a combine the features of the @code{tabularx} package (auto-sized columns in
fixed-width table) with those of the @code{longtable} package (multi-page a fixed-width table) with those of the @code{longtable} package (multi-page
tables).") tables).")
(license license:lppl))) (license license:lppl)))