gnu: Add texlive-scratch.

* gnu/packages/tex.scm (texlive-scratch): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:25:35 +02:00
parent 9ac99ba870
commit a01d92a1e5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3835,6 +3835,26 @@ (define-public texlive-schemabloc
using TikZ.")
(license license:lppl)))
(define-public texlive-scratch
(package
(name "texlive-scratch")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/scratch/" "tex/latex/scratch/")
(base32
"1np9mhfmn07clkzsg1glfxw1mkxihvv7yd10bnhc8lxxan9rymj1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/scratch")
(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. This package is obsolete.
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-amiri
(package
(name "texlive-amiri")