mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-sa-tikz.
* gnu/packages/tex.scm (texlive-sa-tikz): New variable.
This commit is contained in:
parent
9d2c60cf16
commit
d0de82f44c
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue