ngz pushed a commit to branch master
in repository guix.
commit 39a35f3096f4ddf0be2d91afe62838edeb909a26
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:12:27 2023 +0200
gnu: Add texlive-pst-blur.
* gnu/packages/tex.scm (texlive-pst-blur): 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 86ac700de8..10dadbd21a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32536,6 +32536,27 @@ Provision is made for full control of over all the
control points of the
curve.")
(license license:lppl)))
+(define-public texlive-pst-blur
+ (package
+ (name "texlive-pst-blur")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-blur/" "dvips/pst-blur/"
+ "source/generic/pst-blur/"
+ "tex/generic/pst-blur/"
+ "tex/latex/pst-blur/")
+ (base32
+ "1zz5ixznkl3i59zlv9lxz7f1cfqwbar3qjy5x4323gmzjw2k9f8m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-blur")
+ (synopsis "PSTricks package for blurred shadows")
+ (description
+ "Pst-blur is a package built for use with PSTricks. It provides macros
+that apply blurring to the normal shadow function of PSTricks.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")