ngz pushed a commit to branch master
in repository guix.
commit 8265ebcc0ba25acd2eb9bd0cbafe4823764acec9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:34:18 2023 +0200
gnu: Add texlive-pst-spectra.
* gnu/packages/tex.scm (texlive-pst-spectra): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6e6bf451b..5cabfd46a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34081,6 +34081,28 @@ large palette of colors;
soroban is still used in Japan today.")
(license license:lppl)))
+(define-public texlive-pst-spectra
+ (package
+ (name "texlive-pst-spectra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-spectra/"
+ "dvips/pst-spectra/"
+ "tex/generic/pst-spectra/"
+ "tex/latex/pst-spectra/")
+ (base32
+ "0l88wag5i1jy6pd1lx3s9cijiymzdgwvl52hkarc84d8qpn53wcw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-spectra")
+ (synopsis "Draw continuum, emission and absorption spectra with PSTricks")
+ (description
+ "The package is a PSTricks extension, based on a NASA lines database. It
+allows you to draw continuum, emission and absorption spectra. A Total of 16
+880 visible lines from 99 elements can be displayed.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")