gnu: Add texlive-babel-ukrainian.

* gnu/packages/tex.scm (texlive-babel-ukrainian): New variable.
This commit is contained in:
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

View file

@ -23474,6 +23474,27 @@ (define-public texlive-babel-turkish
"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")