me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pixelarttikz.

* gnu/packages/tex.scm (texlive-pixelarttikz): New variable.
Nicolas Goaziou 2023-07-13 09:20:08 +02:00
parent 909a0b7aa9
commit d17931ef81
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3379,6 +3379,25 @@ automatic and consistent spacing relative to the object labelled.")
using TikZ.")
(license license:lppl1.3+)))
(define-public texlive-pixelarttikz
(package
(name "texlive-pixelarttikz")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pixelarttikz/"
"tex/latex/pixelarttikz/")
(base32
"0ymjflng2rlb0bq375f28mbdpr2r7ihqphnpvrh2f0n4f3afv8hx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pixelarttikz")
(synopsis "Work with PixelArts, with TikZ")
(description
"The package defines commands and an environment for displaying pixel
arts.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")