ngz pushed a commit to branch master
in repository guix.
commit c871f08b6210ec94d8e910a074feaba81f4c8135
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:20:55 2023 +0200
gnu: Add texlive-pst-gr3d.
* gnu/packages/tex.scm (texlive-pst-gr3d): 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 57a5457b07..37adf5cf6d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33151,6 +33151,28 @@ should arise.")
compasses and pencils.")
(license license:lppl1.3c)))
+(define-public texlive-pst-gr3d
+ (package
+ (name "texlive-pst-gr3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-gr3d/"
+ "source/latex/pst-gr3d/"
+ "tex/generic/pst-gr3d/"
+ "tex/latex/pst-gr3d/")
+ (base32
+ "0pppd4l4yrdgy0vss8l2kndd0cg9nxip7d7vcyrfr0cz9kw0z45n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-gr3d")
+ (synopsis "Three dimensional grids with PSTricks")
+ (description
+ "This PSTricks package provides a command @code{\\PstGridThreeD} that
+will draw a three dimensional grid, offering a number of options for its
+appearance.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")