me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-ukrainian.

* gnu/packages/tex.scm (texlive-babel-ukrainian): New variable.
Nicolas Goaziou 2023-08-14 15:00:36 +02:00
parent 86acda473e
commit c25d3511d5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -23474,6 +23474,27 @@ provided for those who wish to typeset Spanish as written in Mexico.")
"The package provides support, within Babel, of the Turkish language.")
(license license:lppl1.3+)))
(define-public texlive-babel-ukrainian
(package
(name "texlive-babel-ukrainian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-ukrainian/"
"source/generic/babel-ukrainian/"
"tex/generic/babel-ukrainian/")
(base32
"1nz8yzpc5khyv6wgm5ndwfdxx591wqlg311crzxk08ardg8zwvgs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-ukrainian")
(synopsis "Babel support for Ukrainian")
(description
"The package provides support for use of babel in documents written in
Ukrainian. The support is adapted for use under legacy TeX engines as well as
XeTeX and LuaTeX.")
(license license:lppl1.3c)))
(define-public texlive-babel-welsh
(package
(name "texlive-babel-welsh")