diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:10:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:33:13 +0200 |
commit | c7d426bf95fd30aafc7c4b09fac3cf976f55e1c2 (patch) | |
tree | 1ebffb7c80149906508f24734b667cd5dca7fb3d /gnu/packages | |
parent | afe8c44082f4219a65abe2e9affa647637909e33 (diff) |
gnu: Add texlive-quran-ur.
* gnu/packages/tex.scm (texlive-quran-ur): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b51490d3b8..03e591497d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -18019,6 +18019,24 @@ Holy Quran. It adds three more German translations to the @code{quran} package.") (license license:lppl1.3c))) +(define-public texlive-quran-ur + (package + (name "texlive-quran-ur") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/quran-ur/" "tex/latex/quran-ur/") + (base32 + "0lsp4ldbi1cl044ah5x2br1krglw6qn92rx8h7hkfdr85byzyk25"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/quran-ur") + (synopsis "Urdu translations to the @code{quran} package") + (description + "The package is prepared for typesetting some Urdu translations of the +Holy Quran. It adds eight Urdu translations to the @code{quran} package.") + (license license:lppl1.3c))) + (define-public texlive-r-und-s (package (name "texlive-r-und-s") |