gnu: texlive-threeparttablex: Refresh package definition.
* gnu/packages/tex.scm (texlive-threeparttablex): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-ENVIRON, TEXLIVE-THREEPARTTABLE.
parent
07092d64f1
commit
fe0ce730c6
|
@ -12220,17 +12220,24 @@ provided by Philipp Lehmann’s etoolbox.")
|
||||||
|
|
||||||
(define-public texlive-threeparttablex
|
(define-public texlive-threeparttablex
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-threeparttablex")
|
||||||
"texlive-threeparttablex"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/threeparttablex/"
|
(source (texlive-origin
|
||||||
"tex/latex/threeparttablex/")
|
name version
|
||||||
(base32
|
(list "doc/latex/threeparttablex/"
|
||||||
"19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p")
|
"tex/latex/threeparttablex/")
|
||||||
#:trivial? #t))
|
(base32
|
||||||
(home-page "https://www.ctan.org/pkg/threeparttablex")
|
"19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p")))
|
||||||
(synopsis "Notes in longtables")
|
(outputs '("out" "doc"))
|
||||||
(description "The package provides the functionality of the
|
(build-system texlive-build-system)
|
||||||
threeparttable package to tables created using the longtable package.")
|
(propagated-inputs
|
||||||
|
(list texlive-environ
|
||||||
|
texlive-threeparttable))
|
||||||
|
(home-page "https://ctan.org/pkg/threeparttablex")
|
||||||
|
(synopsis "Notes in @code{longtables}")
|
||||||
|
(description
|
||||||
|
"The package provides the functionality of the @code{threeparttable}
|
||||||
|
package to tables created using the @code{longtable} package.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-lineno
|
(define-public texlive-lineno
|
||||||
|
|
Reference in New Issue