ngz pushed a commit to branch master
in repository guix.
commit 3dee65396875e5213ecbe245ac5c41a8e64f8d42
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:35:31 2023 +0200
gnu: Add texlive-pst-support.
* gnu/packages/tex.scm (texlive-pst-support): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 98ee284bb9..e75b411157 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34145,6 +34145,24 @@ popular model: the triple fidget spinner.")
schemes in civil engineering analysis, for beams, portals, arches and piles.")
(license license:lppl)))
+(define-public texlive-pst-support
+ (package
+ (name "texlive-pst-support")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-support/")
+ (base32
+ "1470n03zanpw35dnfzyjqm7d5lgddrimypz28x0zsk9nqpamnqnv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-support")
+ (synopsis "Assorted support files for use with PSTricks")
+ (description
+ "This package provides an appropriate set of job options, together with
+process scripts for use with TeXnicCenter.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")