ngz pushed a commit to branch master in repository guix. commit 365cec9a4852d2d8a900c75d56456612a78fc38e Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Mon Aug 14 10:21:28 2023 +0200
gnu: Add texlive-pst-hsb. * gnu/packages/tex.scm (texlive-pst-hsb): 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 6f2d55a2c0..768fa67e41 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -33214,6 +33214,26 @@ the graphics bundle's (original) @code{keyval} package, which clashes with PSTricks use of @code{xkeyval}.") (license license:lppl))) +(define-public texlive-pst-hsb + (package + (name "texlive-pst-hsb") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/pst-hsb/" + "tex/generic/pst-hsb/" "tex/latex/pst-hsb/") + (base32 + "0cv81bbkg2yhszjs2y7b5vs241y272by5mcb7adg347jzyrs8s74"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-hsb") + (synopsis "Curves with continuous colours") + (description + "This is a PSTricks-related package. It can plot lines and/or curves +with continuous colours. Only colours defined in the HSB model are +supported.") + (license license:lppl))) + (define-public texlive-pst-text (package (name "texlive-pst-text")