gnu: Add texlive-schemabloc.

* gnu/packages/tex.scm (texlive-schemabloc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:25:22 +02:00
parent e7887a20ee
commit 9ac99ba870
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3816,6 +3816,25 @@ (define-public texlive-sacsymb
model of psychological experience. These symbols are prepared using TikZ.")
(license license:lppl1.0+)))
(define-public texlive-schemabloc
(package
(name "texlive-schemabloc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/schemabloc/"
"tex/latex/schemabloc/")
(base32
"03kbriqlgxafxcy5l2215d3z874s4z1g5gg02w2ij0v8wjrgyn88")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/schemabloc")
(synopsis "Draw block diagrams, using TikZ")
(description
"The package provides a set of macros for constructing block diagrams,
using TikZ.")
(license license:lppl)))
(define-public texlive-amiri
(package
(name "texlive-amiri")