guix-commits
[Top][All Lists]
Advanced

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

12/51: gnu: Add texlive-babel-sorbian.


From: guix-commits
Subject: 12/51: gnu: Add texlive-babel-sorbian.
Date: Tue, 15 Aug 2023 05:36:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 87aefdd17735c2781af3eb7f7c03bd418b89112a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 10:42:02 2023 +0200

    gnu: Add texlive-babel-sorbian.
    
    * gnu/packages/tex.scm (texlive-babel-sorbian): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b608f6b778..8249095d2b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24592,6 +24592,27 @@ Slovenian in Babel.  Several shortcuts are defined, as 
well as translations to
 Slovenian of standard LaTeX names.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-sorbian
+  (package
+    (name "texlive-babel-sorbian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-sorbian/"
+                   "source/generic/babel-sorbian/"
+                   "tex/generic/babel-sorbian/")
+             (base32
+              "1b6qqk0qik294z8sirvf58cf5v8mhsz4hj91gw7zg8b4j362lp8y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-sorbian";)
+    (synopsis "Babel support for Upper and Lower Sorbian")
+    (description
+     "The package provides language definitions file for support of both Upper
+and Lower Sorbian, in Babel.  Some shortcuts are defined, as well as
+translations to the relevant language of standard LaTeX names.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-spanish
   (package
     (name "texlive-babel-spanish")



reply via email to

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