From 46b9175c2f99a69328765c776c7844ed73d3a8cc Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 09:11:21 +0200 Subject: gnu: Add texlive-nndraw. * gnu/packages/tex.scm (texlive-nndraw): 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 bd0f9c72f6..07e43054f7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2872,6 +2872,25 @@ designed for neural network diagrams.") intervals on the number line.") (license license:lppl1.3c))) +(define-public texlive-nndraw + (package + (name "texlive-nndraw") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/nndraw/" "source/latex/nndraw/" + "tex/latex/nndraw/") + (base32 + "08mhl61b2fzsnfz6ldrlz9m5s37w2c4wml8gpd2f4wc9rjag68l4"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/nndraw") + (synopsis "Draw neural networks") + (description + "With this package you can create fully connected neural networks in +a simple and efficient way.") + (license license:lppl1.3+))) + (define-public texlive-amiri (package (name "texlive-amiri") -- cgit v1.2.3