ngz pushed a commit to branch master
in repository guix.
commit b7a07736b5b1df2e194320c5a2369ebcf7163655
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:37:04 2023 +0200
gnu: Add texlive-pst-turtle.
* gnu/packages/tex.scm (texlive-pst-turtle): 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 4351cc6f39..29e3dac7ce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34245,6 +34245,26 @@ packages.")
joining nodes created using @code{pst-node} in order to draw trees.")
(license license:lppl)))
+(define-public texlive-pst-turtle
+ (package
+ (name "texlive-pst-turtle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-turtle/"
+ "dvips/pst-turtle/"
+ "tex/generic/pst-turtle/"
+ "tex/latex/pst-turtle/")
+ (base32
+ "0mgpjs9jkgfx0hbd9l5jw60rf0vpdkv933ksjlwcjlh98y9gay4c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-turtle")
+ (synopsis "Commands for Turtle operations")
+ (description
+ "This is a PSTricks related package for creating Turtle graphics.")
+ (license license:lppl)))
+
(define-public texlive-marginnote
(package
(name "texlive-marginnote")