gnu: Add texlive-pst-coil.

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

View file

@ -32663,6 +32663,26 @@ (define-public texlive-pst-circ
expressing a circuit.")
(license license:lppl)))
(define-public texlive-pst-coil
(package
(name "texlive-pst-coil")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-coil/" "dvips/pst-coil/"
"tex/generic/pst-coil/"
"tex/latex/pst-coil/")
(base32
"0d3wqrv19zc9qwp3gbr32siad408z4g23k5861p0hqy2hw8f908q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-coil")
(synopsis "PSTricks package for coils, etc")
(description
"Pst-coil is a PSTricks based package for coils and zigzags and for coil
and zigzag node connections.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")