ngz pushed a commit to branch master in repository guix. commit 1bef4153c45219085d1550ed0b90ca0c6887517d Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Mon Aug 14 10:31:37 2023 +0200
gnu: Add texlive-pst-plot. * gnu/packages/tex.scm (texlive-pst-plot): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9953f35106..4498ded26b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -33781,6 +33781,26 @@ with an arbitrarily chosen angle and a variable shortening factor.") the five Platonic solids.") (license license:lppl))) +(define-public texlive-pst-plot + (package + (name "texlive-pst-plot") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/pst-plot/" + "tex/generic/pst-plot/" + "tex/latex/pst-plot/") + (base32 + "12jrn04nxfhw07y86pjkr6bbvdvwcnhfxr6aj9ni13383dxcwl7j"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-plot") + (synopsis "Plot data using PSTricks") + (description + "The package provides plotting of data (typically from external files), +using PSTricks. Plots may be configured using a wide variety of parameters.") + (license license:lppl))) + (define-public texlive-pst-text (package (name "texlive-pst-text")