gnu: Add texlive-gloss-occitan.

* gnu/packages/tex.scm (texlive-gloss-occitan): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:03:30 +02:00
parent 55a741329e
commit ebce53efb5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3992,6 +3992,25 @@ (define-public texlive-glosmathtools
@end itemize")
(license license:lppl1.3c)))
(define-public texlive-gloss-occitan
(package
(name "texlive-gloss-occitan")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gloss-occitan/"
"source/latex/gloss-occitan/")
(base32
"0h9w7gk7klwhackx30c7wa2xv23jy2r75zvgs22crhv40h8blj3f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gloss-occitan")
(synopsis "Polyglossia support for Occitan")
(description
"This package provides Occitan language description file for
Polyglossia.")
(license license:lppl1.3+)))
(define-public texlive-gotoh
(package
(name "texlive-gotoh")