gnu: Add texlive-pst-marble.

* gnu/packages/tex.scm (texlive-pst-marble): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:24:00 +02:00
parent ecb349331a
commit 230e891c53
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33448,6 +33448,25 @@ (define-public texlive-pst-magneticfield
There are several parameters to create a different output.")
(license license:lppl)))
(define-public texlive-pst-marble
(package
(name "texlive-pst-marble")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-marble/"
"dvips/pst-marble/"
"tex/generic/pst-marble/"
"tex/latex/pst-marble/")
(base32
"1j5jags1m4wwwfkd25n57q49ggdwc7b9qjp8da4q255yf0i54w91")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-marble")
(synopsis "PSTricks package to draw marble-like patterns")
(description "This is a PSTricks package to draw marble-like patterns.")
(license license:lppl1.3c)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")