guix-commits
[Top][All Lists]
Advanced

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

236/243: gnu: Add texlive-babel-galician.


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

ngz pushed a commit to branch master
in repository guix.

commit 8eca9e1f815d2173321d8a2068d43a7f102f6d5e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:31:48 2023 +0200

    gnu: Add texlive-babel-galician.
    
    * gnu/packages/tex.scm (texlive-babel-galician): 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 0edbd3250d..1337a05f58 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22187,6 +22187,26 @@ the conventions, if French is not the main language of 
the document).")
 Friulan either with Babel or with Polyglossia.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-galician
+  (package
+    (name "texlive-babel-galician")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-galician/"
+                   "source/generic/babel-galician/"
+                   "tex/generic/babel-galician/")
+             (base32
+              "13giby8mzyxjccyvhb9dsnyqc2h17k70fch84z5mi8si3jnm9sq4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-galician";)
+    (synopsis "Babel and Polyglossia support for Galician")
+    (description
+     "The package provides a language description file that enables support of
+Galician either with Babel or with Polyglossia.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-german
   (package
     (name "texlive-babel-german")



reply via email to

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