gnu: Add texlive-pst-support.

* gnu/packages/tex.scm (texlive-pst-support): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:35:31 +02:00
parent 0e5d890d32
commit 3dee653968
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -34145,6 +34145,24 @@ (define-public texlive-pst-stru
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")