gnu: Add texlive-quran-bn.

* gnu/packages/tex.scm (texlive-quran-bn): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 11:09:47 +02:00
parent fe8241b570
commit afe8c44082
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -17981,6 +17981,24 @@ designed to help users generate circuits.")
drawing quantum circuit diagrams.")
(license license:cc-by4.0)))
(define-public texlive-quran-bn
(package
(name "texlive-quran-bn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/quran-bn/" "tex/latex/quran-bn/")
(base32
"1zlm02drh9qfasxf0bwhvrmp521ixzys2aqq896339grkzay0g6q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/quran-bn")
(synopsis "Bengali translations to the @code{quran} package")
(description
"The package is prepared for typesetting some Bengali translations of the
Holy Quran. It adds two Bengali translations to the @code{quran} package.")
(license license:lppl1.3+)))
(define-public texlive-quran-de
(package
(name "texlive-quran-de")