gnu: Add texlive-turkmen.
* gnu/packages/tex.scm (texlive-turkmen): New variable.
This commit is contained in:
parent
9dad2373a9
commit
4fe0393841
1 changed files with 19 additions and 0 deletions
|
@ -23571,6 +23571,25 @@ definition, or to define space-stripped macros.")
|
||||||
and books created by Edward Tufte.")
|
and books created by Edward Tufte.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public texlive-ucharclasses
|
||||||
(package
|
(package
|
||||||
(name "texlive-ucharclasses")
|
(name "texlive-ucharclasses")
|
||||||
|
|
Reference in a new issue