ngz pushed a commit to branch tex-team-next
in repository guix.
commit a43497bf5759ffea761bc1fbe3b07db53f0fa832
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon May 15 12:09:35 2023 +0200
gnu: texlive-pgfgantt: Refresh package definition.
* gnu/packages/tex.scm (texlive-pgfgantt): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 834cbc645e..5bc9c29963 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12339,17 +12339,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