guix-commits
[Top][All Lists]
Advanced

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

96/243: gnu: Add texlive-babel-samin.


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

ngz pushed a commit to branch master
in repository guix.

commit 0dccfa422788ccee5df589c33aaf4b16b0da5fd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:02:01 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d5e21c4aec..4b9b727398 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20635,6 +20635,30 @@ provided.")
 Romansh either with Babel or with Polyglossia.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-samin
+  (package
+    (name "texlive-babel-samin")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-samin/"
+                   "source/generic/babel-samin/"
+                   "tex/generic/babel-samin/")
+             (base32
+              "17ackyknv665jzcd9ywf54lnmdnl1qgnhdlwybwsjj6m86y71mjl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-samin";)
+    (synopsis "Babel support for Samin")
+    (description
+     "The package provides the language definition file for support of North
+Sami in Babel.  Several Sami dialects/languages are spoken in Finland, Norway,
+Sweden and on the Kola Peninsula of Russia.  Not all use the same alphabet,
+and no attempt is made to support any other than North Sami here.  Some
+shortcuts are defined, as well as translations to Norsk of standard LaTeX
+names.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-slovak
   (package
     (name "texlive-babel-slovak")



reply via email to

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