guix-commits
[Top][All Lists]
Advanced

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

100/243: gnu: Add texlive-babel-welsh.


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

ngz pushed a commit to branch master
in repository guix.

commit 33124160951fa0b684585595bd187fa2755708d4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:02:50 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 79ad4be3e9..1c6b6811cd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20781,6 +20781,25 @@ provided for those who wish to typeset Spanish as 
written in Mexico.")
      "The package provides support, within Babel, of the Turkish language.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-welsh
+  (package
+    (name "texlive-babel-welsh")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-welsh/"
+                   "source/generic/babel-welsh/"
+                   "tex/generic/babel-welsh/")
+             (base32
+              "0qba526ralldh4y6w0pzdw2vb2ng31mw416qzn0zzjp8sppc3hyw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-welsh";)
+    (synopsis "Babel support for Welsh")
+    (description
+     "The package provides the language definition file for Welsh.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-cyrillic-bin
   (package
     (name "texlive-cyrillic-bin")



reply via email to

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