ngz pushed a commit to branch master
in repository guix.
commit e9a1d0a12d07a5385840396f85c0f1e48bd2bdb0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:13:52 2023 +0200
gnu: Add texlive-pst-coil.
* gnu/packages/tex.scm (texlive-pst-coil): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4af5cb919b..2809ca4ac3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32663,6 +32663,26 @@ as possible, so as to relieve the user of purely
graphical considerations when
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")