ngz pushed a commit to branch master
in repository guix.
commit e9218611a60fd8c14e62486b24493b9a6bb01ce0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:18:47 2023 +0200
gnu: Add texlive-pst-fun.
* gnu/packages/tex.scm (texlive-pst-fun): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 61b6204807..c3fe9eef23 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33020,6 +33020,27 @@ trees (which need not be balanced) with a variety of
different
parameters (including varying numbers of iterations).")
(license license:lppl)))
+(define-public texlive-pst-fun
+ (package
+ (name "texlive-pst-fun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fun/" "dvips/pst-fun/"
+ "source/generic/pst-fun/"
+ "tex/generic/pst-fun/" "tex/latex/pst-fun/")
+ (base32
+ "070nv0yv0rcfvx36xmya953pk89whrr26irvy0ccb41k66fvw5j1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fun")
+ (synopsis "Draw funny objects with PSTricks")
+ (description
+ "This is a PSTricks related package for drawing funny objects, like ant,
bird,
+fish, kangaroo, etc. Such objects may be useful for testing other PSTricks
+macros and/or packages. (Or they can be used for fun...)")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")