me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-galician.

* gnu/packages/tex.scm (texlive-babel-galician): New variable.
Nicolas Goaziou 2023-08-11 00:31:48 +02:00
parent a2e7254b18
commit 8eca9e1f81
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -22187,6 +22187,26 @@ the conventions, if French is not the main language of the document).")
Friulan either with Babel or with Polyglossia.")
(license license:lppl1.3+)))
(define-public texlive-babel-galician
(package
(name "texlive-babel-galician")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-galician/"
"source/generic/babel-galician/"
"tex/generic/babel-galician/")
(base32
"13giby8mzyxjccyvhb9dsnyqc2h17k70fch84z5mi8si3jnm9sq4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-galician")
(synopsis "Babel and Polyglossia support for Galician")
(description
"The package provides a language description file that enables support of
Galician either with Babel or with Polyglossia.")
(license license:lppl1.3+)))
(define-public texlive-babel-german
(package
(name "texlive-babel-german")