gnu: Add texlive-tikzsymbols.

* gnu/packages/tex.scm (texlive-tikzsymbols): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:47:51 +02:00
parent 3251b54d52
commit 15c3f3f6e3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5243,6 +5243,25 @@ (define-public texlive-tikzscale
PGFPlots to a given width or height without changing the text size.")
(license license:lppl1.3+)))
(define-public texlive-tikzsymbols
(package
(name "texlive-tikzsymbols")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikzsymbols/"
"source/latex/tikzsymbols/"
"tex/latex/tikzsymbols/")
(base32
"0q19w9adpfxrsh7jmf4qpjarhgb4wng66kjkmalcxijd99kxbkhk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikzsymbols")
(synopsis "Some symbols created using TikZ")
(description
"The package provides various emoticons, cooking symbols and trees.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")