guix-commits
[Top][All Lists]
Advanced

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

25/25: gnu: Add texlive-collection-langarabic.


From: guix-commits
Subject: 25/25: gnu: Add texlive-collection-langarabic.
Date: Tue, 15 Aug 2023 13:44:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dfe2fb8da73f7489eaa8c3286cb047b5e150313c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:35:40 2023 +0200

    gnu: Add texlive-collection-langarabic.
    
    * gnu/packages/tex.scm (texlive-collection-langarabic): New variable.
---
 gnu/packages/tex.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1eb164ffac..2ccc2eb706 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -41013,6 +41013,48 @@ includes the Aleph engine and related Omega formats 
and packages, and the
 HiTeX engine and related.")
     (license (license:fsf-free "https://www.tug.org/texlive/copying.html";))))
 
+(define-public texlive-collection-langarabic
+  (package
+    (name "texlive-collection-langarabic")
+    (version (number->string %texlive-revision))
+    (source #f)
+    (build-system trivial-build-system)
+    (arguments (list #:builder #~(mkdir #$output)))
+    (propagated-inputs
+     (list texlive-alkalami
+           texlive-alpha-persian
+           texlive-amiri
+           texlive-arabi
+           texlive-arabi-add
+           texlive-arabic-book
+           texlive-arabluatex
+           texlive-arabtex
+           texlive-bidi
+           texlive-bidihl
+           texlive-collection-basic
+           texlive-dad
+           texlive-ghab
+           texlive-hvarabic
+           texlive-hyphen-complete
+           texlive-imsproc
+           texlive-kurdishlipsum
+           texlive-lshort-persian
+           texlive-luabidi
+           texlive-na-box
+           texlive-persian-bib
+           texlive-quran
+           texlive-sexam
+           texlive-simurgh
+           texlive-texnegar
+           texlive-tram
+           texlive-xepersian
+           texlive-xepersian-hm
+           texlive-xindy-persian))
+    (home-page "https://www.tug.org/texlive/";)
+    (synopsis "Support for Arabic and Persian")
+    (description "This collection provides support for Arabic and Persian.")
+    (license (license:fsf-free "https://www.tug.org/texlive/copying.html";))))
+
 (define-public texlive-collection-langcjk
   (package
     (name "texlive-collection-langcjk")



reply via email to

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