diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:00:53 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:26 +0200 |
commit | 0997fd977bc63ccee45f6f11f756f807ddb7cfac (patch) | |
tree | 910c3842b04e81b40fe1d7ddb09ea47b28503d5c /gnu/packages | |
parent | 2682639b4e8f418175af18cf97690ddcd72724c2 (diff) |
gnu: Add texlive-babel-lithuanian.
* gnu/packages/tex.scm (texlive-babel-lithuanian): 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 7a4fc61c7a..f375c7d611 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -20490,6 +20490,27 @@ typographical fine-tuning.") in Babel.") (license license:lppl1.3+))) +(define-public texlive-babel-lithuanian + (package + (name "texlive-babel-lithuanian") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-lithuanian/" + "source/generic/babel-lithuanian/" + "tex/generic/babel-lithuanian/") + (base32 + "08ifkjb61m9nx3wn8hvca9vfrzlmxpwvrh21hq1rh6dwmqli11j6"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-lithuanian") + (synopsis "Babel support for documents written in Lithuanian") + (description + "Babel support material for documents written in Lithuanian moved from +the @code{lithuanian} package into a new package @code{babel-lithuanian} to +match Babel support for other languages.") + (license license:lppl1.3+))) + (define-public texlive-babel-portuges (package (name "texlive-babel-portuges") |