mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: Add texlive-hyphen-lithuanian.
* gnu/packages/tex.scm (texlive-hyphen-lithuanian): New variable.
This commit is contained in:
parent
e8effd273f
commit
af0e6cc82a
1 changed files with 14 additions and 0 deletions
|
@ -1981,6 +1981,20 @@ (define-public texlive-hyphen-latvian
|
|||
;; Either of these licenses.
|
||||
(license (list license:gpl2 license:lgpl2.1))))
|
||||
|
||||
(define-public texlive-hyphen-lithuanian
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-lithuanian" "lt"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex")
|
||||
(base32
|
||||
"0v9spw0qkygkihj5app2immzqqr98w81pz460bcgvj1ah35jdfsl")))
|
||||
(synopsis "Lithuanian hyphenation patterns")
|
||||
(description "This package provides hyphenation patterns for Lithuanian in
|
||||
L7X and UTF-8 encodings.")
|
||||
;; "Do ... whatever ... as long as you respect the copyright"; as part of
|
||||
;; the hyph-utf8 package we choose the LPPL license.
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue