mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue