guix-commits
[Top][All Lists]
Advanced

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

11/51: gnu: Add texlive-babel-malay.


From: guix-commits
Subject: 11/51: gnu: Add texlive-babel-malay.
Date: Tue, 15 Aug 2023 05:36:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit de31d18dedb93b1382f95750153051e897c5d430
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 10:41:42 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 253a107572..b608f6b778 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24322,6 +24322,24 @@ match Babel support for other languages.")
 Cyrillic, in Babel.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-malay
+  (package
+    (name "texlive-babel-malay")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-malay/"
+                   "source/generic/babel-malay/"
+                   "tex/generic/babel-malay/")
+             (base32
+              "1gbjrsf4drmrplhwl0avpzv5yfyb30znhza4pxk704i1khabnwzk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-malay";)
+    (synopsis "Support for Malay within Babel")
+    (description "This is the Babel style for Malay.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-occitan
   (package
     (name "texlive-babel-occitan")



reply via email to

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