me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-mirror.

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

View File

@ -33494,6 +33494,27 @@ The package also provides a routine SIMPSON for numerical integration and
a solver of linear equation systems.")
(license license:lppl)))
(define-public texlive-pst-mirror
(package
(name "texlive-pst-mirror")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-mirror/"
"dvips/pst-mirror/"
"tex/generic/pst-mirror/"
"tex/latex/pst-mirror/")
(base32
"0b2q1islf9mwphzcs6g04vq69hlmyisx4rb5fb77yiw3na5xlnq0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-mirror")
(synopsis "Images on a spherical mirror")
(description
"The package provides commands and supporting PostScript material for
drawing images as if reflected by a spherical mirror.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")