me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-hungarian.

* gnu/packages/tex.scm (texlive-babel-hungarian): New variable.
Nicolas Goaziou 2023-07-15 16:53:38 +02:00
parent 1b04e72fd6
commit 1a077b7ad9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -8988,6 +8988,25 @@ German.")
(define-deprecated-package texlive-generic-babel-german texlive-babel-german)
(define-public texlive-babel-hungarian
(package
(name "texlive-babel-hungarian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-hungarian/"
"tex/generic/babel-hungarian/")
(base32
"1x54clczgvkq9slq5331hvp1rzlv4jm4g9gnpflz8y72jbqmcm24")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-hungarian")
(synopsis "Babel support for Hungarian (Magyar)")
(description
"The package provides a language definition file that enables support of
Magyar (Hungarian) with Babel.")
(license license:lppl)))
(define-public texlive-babel-swedish
(package
(name "texlive-babel-swedish")