gnu: Add texlive-garuda-c90.

* gnu/packages/tex.scm (texlive-garuda-c90): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 12:10:21 +02:00
parent b16fa1417a
commit b15a4e6281
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26506,6 +26506,26 @@ (define-public texlive-garrigues
Easter nomogram.")
(license license:lppl)))
(define-public texlive-garuda-c90
(package
(name "texlive-garuda-c90")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "dvips/garuda-c90/"
"fonts/map/dvips/garuda-c90/"
"fonts/tfm/public/garuda-c90/"
"source/fonts/garuda-c90/")
(base32
"1f6rlfxq3ccv9wdf7pzfgs1081yflxd3fzhkzi23mpyl777l7q9y")))
(build-system texlive-build-system)
(propagated-inputs (list texlive-fonts-tlwg))
(home-page "https://ctan.org/pkg/garuda-c90")
(synopsis "TeX support (from CJK) for the Garuda font")
(description
"This package provides TeX support (from CJK) for the Garuda font.")
(license license:gpl2+)))
(define-public texlive-hanging
(package
(name "texlive-hanging")