guix-commits
[Top][All Lists]
Advanced

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

97/243: gnu: Add texlive-babel-scottish.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-babel-scottish.
    
    * gnu/packages/tex.scm (texlive-babel-scottish): 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 4b9b727398..4d517cfbac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20659,6 +20659,27 @@ shortcuts are defined, as well as translations to 
Norsk of standard LaTeX
 names.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-scottish
+  (package
+    (name "texlive-babel-scottish")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-scottish/"
+                   "source/generic/babel-scottish/"
+                   "tex/generic/babel-scottish/")
+             (base32
+              "0wnrahbjkqrgxr4ra2lpnj5yiygbd8pyivcndzax1r7x2ci0f805")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-scottish";)
+    (synopsis "Babel support for Scottish Gaelic")
+    (description
+     "The package provides the language definition file for support of Gaidhlig
+(Scottish Gaelic) in Babel.  Some shortcuts are defined, as well as
+translations 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]