guix-commits
[Top][All Lists]
Advanced

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

86/243: gnu: Add texlive-babel-irish.


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

ngz pushed a commit to branch master
in repository guix.

commit 1844205332f41d015bfa8e93622e8bb8b947f268
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:00:00 2023 +0200

    gnu: Add texlive-babel-irish.
    
    * gnu/packages/tex.scm (texlive-babel-irish): 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 6f13a049ca..9a71663034 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20384,6 +20384,27 @@ Icelandic in Babel.  Some shortcuts are defined, as 
well as translations to
 Icelandic of standard LaTeX names.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-irish
+  (package
+    (name "texlive-babel-irish")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-irish/"
+                   "source/generic/babel-irish/"
+                   "tex/generic/babel-irish/")
+             (base32
+              "0j78inzjbv653gla11g3rzmn0b5fvzbkmppmhbgq9qi8102p7k55")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-irish";)
+    (synopsis "Babel support for Irish")
+    (description
+     "The package provides the language definition file for support of Irish
+Gaelic in Babel.  The principal content is translations to Irish of standard
+LaTeX names.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-italian
   (package
     (name "texlive-babel-italian")



reply via email to

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