[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/452: gnu: texlive-pgfgantt: Refresh package definition.
From: |
guix-commits |
Subject: |
158/452: gnu: texlive-pgfgantt: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9ae88780c6857f5bc39bd115dfcf5804b2fcd2c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 c2886a8183..f760bb3c14 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
- 71/452: gnu: texlive-zref: Fix build., (continued)
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition.,
guix-commits <=
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09