guix-commits
[Top][All Lists]
Advanced

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

99/111: gnu: Add texlive-pst-uml.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-pst-uml.
    
    * gnu/packages/tex.scm (texlive-pst-uml): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8147cec1bc..213116925a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34286,6 +34286,28 @@ It is similar to @code{pst-tree}, though it uses a 
different placement
 algorithm.")
     (license license:lppl1.3+)))
 
+(define-public texlive-pst-uml
+  (package
+    (name "texlive-pst-uml")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-uml/"
+                   "source/generic/pst-uml/"
+                   "tex/latex/pst-uml/")
+             (base32
+              "0sgsyg9gk4wxgz7r44h6a7f5f7gl5b522f864n0kv35cgmwnzyr7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-multido))
+    (home-page "https://ctan.org/pkg/pst-uml";)
+    (synopsis "UML diagrams with PSTricks")
+    (description
+     "This a PSTricks package that provides support for drawing moderately
+complex UML (Universal Modelling Language) diagrams.  (The PDF documentation
+is written in French.)")
+    (license license:lppl)))
+
 (define-public texlive-marginnote
   (package
     (name "texlive-marginnote")



reply via email to

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