me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pgf-pie.

* gnu/packages/tex.scm (texlive-pgf-pie): New variable.
Nicolas Goaziou 2023-07-13 09:14:16 +02:00
parent af641cd459
commit d601f80d25
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3062,6 +3062,25 @@ table with a variety of options and displaying the desired data for all the
118 elements.")
(license license:lppl1.3+)))
(define-public texlive-pgf-pie
(package
(name "texlive-pgf-pie")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pgf-pie/" "tex/latex/pgf-pie/")
(base32
"1nvg61v9pzc0mqs8m818ixi8rmw2wv3h7s17shjc7mcdqkp7k1qq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-carlisle texlive-latex texlive-pgf))
(home-page "https://ctan.org/pkg/pgf-pie")
(synopsis "Draw pie charts, using PGF")
(description
"The package provides the means to draw pie (and variant) charts,
using PGF/TikZ.")
(license (list license:gpl2 license:lppl1.3c))))
(define-public texlive-amiri
(package
(name "texlive-amiri")