me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-nndraw.

* gnu/packages/tex.scm (texlive-nndraw): New variable.
Nicolas Goaziou 2023-07-13 09:11:21 +02:00
parent 2586840d5f
commit 46b9175c2f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -2872,6 +2872,25 @@ designed for neural network diagrams.")
intervals on the number line.") intervals on the number line.")
(license license:lppl1.3c))) (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 (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")