gnu: Add texlive-context-chromato.

* gnu/packages/tex.scm (texlive-context-chromato): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:10:09 +02:00
parent 72db328ed3
commit 119e47bb61
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")