mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-garrigues.
* gnu/packages/tex.scm (texlive-garrigues): New variable.
This commit is contained in:
parent
4c9cff9884
commit
aff83a15a7
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue