mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-xindy-persian.
* gnu/packages/tex.scm (texlive-xindy-persian): New variable.
This commit is contained in:
parent
d60cfd21c9
commit
a64a984440
1 changed files with 17 additions and 0 deletions
|
@ -45292,6 +45292,23 @@ (define-public texlive-xindy
|
|||
in terms of the collating order of the text being processed.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-xindy-persian
|
||||
(package
|
||||
(name "texlive-xindy-persian")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/support/xindy-persian/")
|
||||
(base32
|
||||
"04w3h65215slnakk5w19m94xmj9cjx01izbk9xijifv5l6dqh447")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xindy-persian")
|
||||
(synopsis "Support for the Persian language in Xindy")
|
||||
(description
|
||||
"The package offers Persian language support for indexing using Xindy.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-xits
|
||||
(package
|
||||
(name "texlive-xits")
|
||||
|
|
Loading…
Reference in a new issue