Archived
1
0
Fork 0

gnu: Add texlive-quran-de.

* gnu/packages/tex.scm (texlive-quran-de): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:00:55 +02:00
parent 54e015e7cd
commit 7619f9906d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")