guix-commits
[Top][All Lists]
Advanced

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

30/111: gnu: Add texlive-pst-dart.


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

ngz pushed a commit to branch master
in repository guix.

commit d872d1f615d3d33d98bf88cc339b2e1770730cf1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:14:33 2023 +0200

    gnu: Add texlive-pst-dart.
    
    * gnu/packages/tex.scm (texlive-pst-dart): 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 a0328bf666..a834ce48ba 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32738,6 +32738,26 @@ pre-computed.  The second, @code{pst-coxeterp}, is 
devoted to the infinite
 series.")
     (license license:lgpl3+)))
 
+(define-public texlive-pst-dart
+  (package
+    (name "texlive-pst-dart")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-dart/"
+                   "tex/generic/pst-dart/"
+                   "tex/latex/pst-dart/")
+             (base32
+              "1834hxlg4hfqmrl6k5i2c1jimzd0lcdi6x82b8lfj8dhnddlbgzr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-dart";)
+    (synopsis "Plotting dart boards")
+    (description
+     "@code{pst-dart} is a PSTricks related package and draws dart boards.
+Optional arguments are the unit and the fontsize.")
+    (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]