guix-commits
[Top][All Lists]
Advanced

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

24/25: gnu: Add texlive-xindy-persian.


From: guix-commits
Subject: 24/25: gnu: Add texlive-xindy-persian.
Date: Tue, 15 Aug 2023 13:44:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a64a98444046668665f81e43f8d661898e44c7d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:34:28 2023 +0200

    gnu: Add texlive-xindy-persian.
    
    * gnu/packages/tex.scm (texlive-xindy-persian): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3512509d32..1eb164ffac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -45292,6 +45292,23 @@ SGML-based languages.  Xindy is highly configurable, 
both in markup terms and
 in terms of the collating order of the text being processed.")
     (license license:gpl2+)))
 
+(define-public texlive-xindy-persian
+  (package
+    (name "texlive-xindy-persian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/support/xindy-persian/")
+             (base32
+              "04w3h65215slnakk5w19m94xmj9cjx01izbk9xijifv5l6dqh447")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xindy-persian";)
+    (synopsis "Support for the Persian language in Xindy")
+    (description
+     "The package offers Persian language support for indexing using Xindy.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-xits
   (package
     (name "texlive-xits")



reply via email to

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