gnu: Add texlive-garrigues.

* gnu/packages/tex.scm (texlive-garrigues): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:11:43 +02:00
parent 4c9cff9884
commit aff83a15a7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5269,6 +5269,25 @@ (define-public texlive-fiziko
these primitives.")
(license (list license:gpl3+ license:cc-by-sa4.0))))
(define-public texlive-garrigues
(package
(name "texlive-garrigues")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/garrigues/"
"metapost/garrigues/")
(base32
"0vg1j0r4mkp057v7kjr8yza1danc3zj7k590x5531yi0gzp7hgq2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/garrigues")
(synopsis "MetaPost macros for the reproduction of Garrigues' Easter nomogram")
(description
"This library provides MetaPost macros for the reproduction of Garrigues
Easter nomogram.")
(license license:lppl)))
(define-public texlive-hanging
(package
(name "texlive-hanging")