From 7fcfd9d86b4d7a7b1fbb92a23afa97fc4ecf7184 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 4 Aug 2023 17:57:52 +0200 Subject: [PATCH] gnu: Add texlive-babel-albanian. * gnu/packages/tex.scm (texlive-babel-albanian): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b42a96c8b4..227f0cd757 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -20133,6 +20133,26 @@ (define-public texlive-ctable right-aligned table and (multiple-)figure floats, with footnotes.") (license license:lppl))) +(define-public texlive-babel-albanian + (package + (name "texlive-babel-albanian") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-albanian/" + "source/generic/babel-albanian/" + "tex/generic/babel-albanian/") + (base32 + "1sgyxj2f2w5fb22ys0idcfy10m1wbz3mk3rkpvv7cwa0v3a0arhl"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-albanian") + (synopsis "Support for Albanian within Babel") + (description + "The package provides support for typesetting Albanian (as part of the +Babel system).") + (license license:lppl1.3+))) + (define-public texlive-babel-basque (package (name "texlive-babel-basque")