From 119e47bb610905cdbaf1e8d78721c54249132ede Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Jun 2023 18:10:09 +0200 Subject: [PATCH] gnu: Add texlive-context-chromato. * gnu/packages/tex.scm (texlive-context-chromato): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 65315c25eb..a93f114221 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -10079,6 +10079,24 @@ (define-public texlive-context-bnf looking at the source ConTeXt document.") (license license:gpl3+))) +(define-public texlive-context-chromato + (package + (name "texlive-context-chromato") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/context/third/chromato/" + "tex/context/third/chromato/") + (base32 + "0p32iqgd6cbjx5y9ahs59f1q05js2s66nr84bjhzd37vzzl9acxs"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (propagated-inputs (list texlive-context)) + (home-page "https://ctan.org/pkg/context-chromato") + (synopsis "ConTeXt macros for chromatograms") + (description "The module provides macros for drawing chromatograms.") + (license license:gpl3+))) + (define-public texlive-beamer (package (name "texlive-beamer")