From 9ac99ba870404d5294227db6ba0d5446b0018c1f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:25:22 +0200 Subject: [PATCH] gnu: Add texlive-schemabloc. * gnu/packages/tex.scm (texlive-schemabloc): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c37145d4ec..5db77bd877 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")