guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/111: gnu: Add texlive-pst-coil.


From: guix-commits
Subject: 27/111: gnu: Add texlive-pst-coil.
Date: Mon, 14 Aug 2023 05:04:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e9a1d0a12d07a5385840396f85c0f1e48bd2bdb0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]