mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
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:
parent
e47494e51a
commit
ba4df33577
1 changed files with 13 additions and 8 deletions
|
@ -12421,18 +12421,23 @@ (define-public texlive-tracklang
|
|||
|
||||
(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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue