ngz pushed a commit to branch master
in repository guix.
commit ce2bcf07120241af4424798c019e57f54ae7eb73
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:28:39 2023 +0200
gnu: Add texlive-pst-ob3d.
* gnu/packages/tex.scm (texlive-pst-ob3d): 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 b02e7a1773..54b2b92d98 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33556,6 +33556,28 @@ making graphs and trees, mathematical diagrams,
linguistic syntax diagrams,
and so on.")
(license license:lppl)))
+(define-public texlive-pst-ob3d
+ (package
+ (name "texlive-pst-ob3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-ob3d/"
+ "source/generic/pst-ob3d/"
+ "tex/generic/pst-ob3d/"
+ "tex/latex/pst-ob3d/")
+ (base32
+ "1j6y3v4x5gkshzxnmklwl2hqbz7nr904v1qa1dr9l4m814p2jhcc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-ob3d")
+ (synopsis "Three dimensional objects using PSTricks")
+ (description
+ "The package uses PSTricks to provide basic three-dimensional objects.
+As yet, only cubes (which can be deformed to rectangular parallelipipeds) and
+dies (which are only a special kind of cubes) are defined.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")