me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-scratch3.

* gnu/packages/tex.scm (texlive-scratch3): New variable.
Nicolas Goaziou 2023-07-13 10:25:52 +02:00
parent a01d92a1e5
commit 6ff4e94886
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -3855,6 +3855,24 @@ From now on, Scratch is now version 3 with a new design. Use the
@code{scratch3} package to draw blocks with the new design.")
(license license:lppl1.3c)))
(define-public texlive-scratch3
(package
(name "texlive-scratch3")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/scratch3/" "tex/latex/scratch3/")
(base32
"0g8s0p7j058z7hdm4p7kgh7nsyk4wn22lp3j25d5b4hr0xyxmhby")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/scratch3")
(synopsis "Draw programs like Scratch")
(description
"This package permits to draw program charts in the style of the
@url{https://scratch.mit.edu, Scratch} project.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")