gnu: Add texlive-sa-tikz.

* gnu/packages/tex.scm (texlive-sa-tikz): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:24:55 +02:00
parent 9d2c60cf16
commit d0de82f44c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3779,6 +3779,24 @@ (define-public texlive-rviewport
by the given fractions of the natural width and height of the image.")
(license license:lppl)))
(define-public texlive-sa-tikz
(package
(name "texlive-sa-tikz")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/sa-tikz/" "tex/latex/sa-tikz/")
(base32
"0wdxdgc7jh0h7pql8wja9h4qjc7vr4gv03y4nk2mlxxycwsxiimn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sa-tikz")
(synopsis "TikZ library to draw switching architectures")
(description
"The package provides a library that offers an easy way to draw switching
architectures and to customize their aspect.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")