mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: Add texlive-hyphen-latvian.
* gnu/packages/tex.scm (texlive-hyphen-latvian): New variable.
This commit is contained in:
parent
2f3a07c694
commit
e8effd273f
1 changed files with 13 additions and 0 deletions
|
@ -1968,6 +1968,19 @@ (define-public texlive-hyphen-latin
|
||||||
;; Either of these licenses
|
;; Either of these licenses
|
||||||
(license (list license:lppl1.0+ license:expat))))
|
(license (list license:lppl1.0+ license:expat))))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-latvian
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-latvian" "lv"
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex")
|
||||||
|
(base32
|
||||||
|
"1xbh5s6nwfjbv7g4kmcpjkm02a6s767p7jn9qjcnz5ip0ndl5g66")))
|
||||||
|
(synopsis "Latvian hyphenation patterns")
|
||||||
|
(description "This package provides hyphenation patterns for Latvian in
|
||||||
|
L7X and UTF-8 encodings.")
|
||||||
|
;; Either of these licenses.
|
||||||
|
(license (list license:gpl2 license:lgpl2.1))))
|
||||||
|
|
||||||
(define-public texlive-hyph-utf8
|
(define-public texlive-hyph-utf8
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue