gnu: Add texlive-venn.

* gnu/packages/tex.scm (texlive-venn): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:59:37 +02:00
parent c36e506c63
commit 9e23cdf887
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6883,6 +6883,22 @@ (define-public texlive-unitsdef
settings.")
(license license:lppl)))
(define-public texlive-venn
(package
(name "texlive-venn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/venn/" "metapost/venn/")
(base32
"08pp3b58lng4lfaphhpw5nrczlhj86kgi1ciq12f9241z4qgnq6q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/venn")
(synopsis "Creating Venn diagrams with MetaPost")
(description "This package provides MetaPost macros for Venn diagrams.")
(license license:lppl)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")