guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

158/435: gnu: texlive-pgfgantt: Refresh package definition.


From: guix-commits
Subject: 158/435: gnu: texlive-pgfgantt: Refresh package definition.
Date: Tue, 6 Jun 2023 11:39:35 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit feb6422c3118d844375829daa6a9200269086ca6
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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]