diff options
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index da44536a3f..ff96fa3bd7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") |