gnu: Add texlive-babel-basque.

* gnu/packages/tex.scm (texlive-babel-basque): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-15 16:53:13 +02:00
parent dddcc12038
commit 1b04e72fd6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8899,6 +8899,24 @@ (define-public texlive-ctable
right-aligned table and (multiple-)figure floats, with footnotes.")
(license license:lppl)))
(define-public texlive-babel-basque
(package
(name "texlive-babel-basque")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-basque/"
"source/generic/babel-basque/"
"tex/generic/babel-basque/")
(base32
"16bcy5wlkwh8cwvcff1sc3m4rq4a7fzzawpl158kscp7fmw7i7k4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-basque")
(synopsis "Babel contributed support for Basque")
(description "The package establishes Basque conventions in a document.")
(license license:lppl1.3+)))
(define-public texlive-babel-english
(package
(name "texlive-babel-english")