guix-commits
[Top][All Lists]
Advanced

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

175/243: gnu: Add texlive-quran-de.


From: guix-commits
Subject: 175/243: gnu: Add texlive-quran-de.
Date: Fri, 11 Aug 2023 08:46:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7619f9906dbc175999fa4e801e3bd126d68d3138
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:00:55 2023 +0200

    gnu: Add texlive-quran-de.
    
    * gnu/packages/tex.scm (texlive-quran-de): 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 b389d1ee7a..cb3e385c50 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15379,6 +15379,26 @@ designed to help users generate circuits.")
 drawing quantum circuit diagrams.")
     (license license:cc-by4.0)))
 
+(define-public texlive-quran-de
+  (package
+    (name "texlive-quran-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/quran-de/"
+                   "tex/xelatex/quran-de/")
+             (base32
+              "06syk1ifxcy8wxfxgnrh6d3hpx4bdprxgkc9jicaaca6j6m3rm65")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/quran-de";)
+    (synopsis "German translations to the @code{quran} package")
+    (description
+     "The package is prepared for typesetting some German translations of the
+Holy Quran.  It adds three more German translations to the @code{quran}
+package.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-randbild
   (package
     (name "texlive-randbild")



reply via email to

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