mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: Add texlive-hyphen-slovak.
* gnu/packages/tex.scm (texlive-hyphen-slovak): New variable.
This commit is contained in:
parent
67c7900e99
commit
af13345a6c
1 changed files with 12 additions and 0 deletions
|
@ -2147,6 +2147,18 @@ (define-public texlive-hyphen-serbian
|
|||
;; Any version of the GPL.
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-hyphen-slovak
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-slovak" "sk"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex")
|
||||
(base32
|
||||
"1cgw6fmyci3za3vsa49b6m74wqv582w0rpca7s9xva3hqm1m5qdg")))
|
||||
(synopsis "Slovak hyphenation patterns")
|
||||
(description "This package provides hyphenation patterns for Slovak in
|
||||
T1/EC and UTF-8 encodings.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue