gnu: Add texlive-turkmen.

* gnu/packages/tex.scm (texlive-turkmen): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:11:56 +02:00
parent 9dad2373a9
commit 4fe0393841
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23571,6 +23571,25 @@ (define-public texlive-tufte-latex
and books created by Edward Tufte.")
(license license:asl2.0)))
(define-public texlive-turkmen
(package
(name "texlive-turkmen")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/turkmen/" "source/latex/turkmen/"
"tex/latex/turkmen/")
(base32
"0jgz9vkqpp853pxvhknafrwpl41h04j7fr1gfjrzqzcrdq7d855i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/turkmen")
(synopsis "Babel support for Turkmen")
(description
"The package provides support for Turkmen in Babel, but integration with
Babel is not available.")
(license license:lppl)))
(define-public texlive-ucharclasses
(package
(name "texlive-ucharclasses")