gnu: Add texlive-babel-welsh.

* gnu/packages/tex.scm (texlive-babel-welsh): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:02:50 +02:00
parent e14d1d84ba
commit 3312416095
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20781,6 +20781,25 @@ (define-public texlive-babel-turkish
"The package provides support, within Babel, of the Turkish language.")
(license license:lppl1.3+)))
(define-public texlive-babel-welsh
(package
(name "texlive-babel-welsh")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-welsh/"
"source/generic/babel-welsh/"
"tex/generic/babel-welsh/")
(base32
"0qba526ralldh4y6w0pzdw2vb2ng31mw416qzn0zzjp8sppc3hyw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-welsh")
(synopsis "Babel support for Welsh")
(description
"The package provides the language definition file for Welsh.")
(license license:lppl1.3+)))
(define-public texlive-cyrillic-bin
(package
(name "texlive-cyrillic-bin")