diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9a8fa4ccbf..67918d7d5c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -12331,17 +12331,18 @@ spacings also available.") (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