gnu: Add texlive-collection-langarabic.

* gnu/packages/tex.scm (texlive-collection-langarabic): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 19:35:40 +02:00
parent a64a984440
commit dfe2fb8da7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -41013,6 +41013,48 @@ (define-public texlive-collection-formatsextra
HiTeX engine and related.") HiTeX engine and related.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html")))) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-langarabic
(package
(name "texlive-collection-langarabic")
(version (number->string %texlive-revision))
(source #f)
(build-system trivial-build-system)
(arguments (list #:builder #~(mkdir #$output)))
(propagated-inputs
(list texlive-alkalami
texlive-alpha-persian
texlive-amiri
texlive-arabi
texlive-arabi-add
texlive-arabic-book
texlive-arabluatex
texlive-arabtex
texlive-bidi
texlive-bidihl
texlive-collection-basic
texlive-dad
texlive-ghab
texlive-hvarabic
texlive-hyphen-complete
texlive-imsproc
texlive-kurdishlipsum
texlive-lshort-persian
texlive-luabidi
texlive-na-box
texlive-persian-bib
texlive-quran
texlive-sexam
texlive-simurgh
texlive-texnegar
texlive-tram
texlive-xepersian
texlive-xepersian-hm
texlive-xindy-persian))
(home-page "https://www.tug.org/texlive/")
(synopsis "Support for Arabic and Persian")
(description "This collection provides support for Arabic and Persian.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
(define-public texlive-collection-langcjk (define-public texlive-collection-langcjk
(package (package
(name "texlive-collection-langcjk") (name "texlive-collection-langcjk")