me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-latvian.

* gnu/packages/tex.scm (texlive-babel-latvian): New variable.
Nicolas Goaziou 2023-08-04 18:00:42 +02:00
parent dc2e6f707d
commit 2682639b4e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -20470,6 +20470,26 @@ also defines several useful shorthands as well as some modifiers for
typographical fine-tuning.") typographical fine-tuning.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-babel-latvian
(package
(name "texlive-babel-latvian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-latvian/"
"source/generic/babel-latvian/"
"tex/generic/babel-latvian/")
(base32
"1a605a9ksibxf8kbrqa2bmk24j9wmgzpz5f12jwcym02jm66sw82")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-latvian")
(synopsis "Babel support for Latvian")
(description
"The package provides the language definition file for support of Latvian
in Babel.")
(license license:lppl1.3+)))
(define-public texlive-babel-portuges (define-public texlive-babel-portuges
(package (package
(name "texlive-babel-portuges") (name "texlive-babel-portuges")