gnu: texlive-pgfgantt: Refresh package definition.

* gnu/packages/tex.scm (texlive-pgfgantt): Remove SIMPLE-TEXLIVE-PACKAGE
call.
This commit is contained in:
Nicolas Goaziou 2023-05-15 12:09:35 +02:00
parent fcf0197dce
commit 1492c5a7de
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12331,17 +12331,18 @@ (define-public texlive-setspace
(define-public texlive-pgfgantt
(package
(inherit
(simple-texlive-package
"texlive-pgfgantt"
(list
"doc/latex/pgfgantt/"
"source/latex/pgfgantt/"
"tex/latex/pgfgantt/")
(base32 "0bm034iizk4sd7p5x7vkj7v57dc0bf2lswpsb32s4qlg4s7h6jqz")
#:trivial? #t))
(name "texlive-pgfgantt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pgfgantt/" "source/latex/pgfgantt/"
"tex/latex/pgfgantt/")
(base32
"0bm034iizk4sd7p5x7vkj7v57dc0bf2lswpsb32s4qlg4s7h6jqz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-pgf))
(home-page "https://ctan.org/graphics/pgf/contrib/pgfgantt")
(home-page "https://ctan.org/pkg/pgfgantt")
(synopsis "Draw Gantt charts with TikZ")
(description
"The @code{pgfgantt} package provides an environment for drawing Gantt charts