guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

79/243: gnu: Add texlive-babel-albanian.


From: guix-commits
Subject: 79/243: gnu: Add texlive-babel-albanian.
Date: Fri, 11 Aug 2023 08:45:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7fcfd9d86b4d7a7b1fbb92a23afa97fc4ecf7184
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 17:57:52 2023 +0200

    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 @@ The OPmac macros can generate a bibliography without 
any external program.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]