mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: texlive-pgfgantt: Refresh package definition.
* gnu/packages/tex.scm (texlive-pgfgantt): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
fcf0197dce
commit
1492c5a7de
1 changed files with 11 additions and 10 deletions
|
@ -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/"
|
||||
(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")
|
||||
#:trivial? #t))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue