me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-blur.

* gnu/packages/tex.scm (texlive-pst-blur): New variable.
Nicolas Goaziou 2023-08-14 10:12:27 +02:00
parent 2727cb758a
commit 39a35f3096
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -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")