diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-15 16:54:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:18:22 +0200 |
commit | cad37ff3b3031f0d758b656d8e448e1adc0f591d (patch) | |
tree | 2eb902463c441cc18652236258aea5e18475ee83 /gnu/packages | |
parent | d6aeac8ca55190a4348bbc0fa32a37aee30f0d38 (diff) | |
download | guix-cad37ff3b3031f0d758b656d8e448e1adc0f591d.tar.gz |
gnu: Add texlive-babel-portuges.
* gnu/packages/tex.scm (texlive-babel-portuges): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 391a168312..e0ef0efd7d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -9026,6 +9026,27 @@ Magyar (Hungarian) with Babel.") Babel.") (license license:lppl1.3c))) +(define-public texlive-babel-portuges + (package + (name "texlive-babel-portuges") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-portuges/" + "source/generic/babel-portuges/" + "tex/generic/babel-portuges/") + (base32 + "0619ygyjz5vz3a6khx7yvsa059x59r54fgyxb0p8k196lss07lq2"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-portuges") + (synopsis "Babel support for Portuges") + (description + "The package provides the language definition file for support of +Portuguese and Brazilian Portuguese in Babel. Some shortcuts are defined, as +well as translations to Portuguese of standard LaTeX names.") + (license license:lppl1.3+))) + (define-public texlive-babel-swedish (package (name "texlive-babel-swedish") |