mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-hyphen-pali.
* gnu/packages/tex.scm (texlive-hyphen-pali): New public variable.
This commit is contained in:
parent
928fc7c511
commit
737ac0b7da
1 changed files with 13 additions and 0 deletions
|
@ -1959,6 +1959,19 @@ (define-public texlive-hyphen-occitan
|
|||
Alps encompassing the southern half of the French pentagon.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-hyphen-pali
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-pali" "pi"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-pi.tex")
|
||||
(base32
|
||||
"1fak853s4ijdqgrnhwymaq1lh8jab3qfyxapdmf6qpg6bqd20kxq")))
|
||||
(synopsis "Panjabi hyphenation patterns")
|
||||
(description "This package provides hyphenation patterns for Panjabi in
|
||||
T1/EC encoding.")
|
||||
;; Can be used with either license.
|
||||
(license (list license:expat license:lgpl3+ license:gpl3+))))
|
||||
|
||||
(define-public texlive-hyphen-piedmontese
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
|
|
Loading…
Reference in a new issue