mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: Add texlive-hyphen-afrikaans.
* gnu/packages/tex.scm (texlive-hyphen-afrikaans): New variable.
This commit is contained in:
parent
b8df0d1b16
commit
df73a3d3b6
1 changed files with 12 additions and 0 deletions
|
@ -1359,6 +1359,18 @@ (define-public texlive-tex-plain
|
||||||
book).")
|
book).")
|
||||||
(license license:knuth)))
|
(license license:knuth)))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-afrikaans
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-afrikaans" "af"
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex")
|
||||||
|
(base32
|
||||||
|
"1vb3jccqnn1pm0680yqx52kvz595fmxnwa0cbf8qman6zglsssiw")))
|
||||||
|
(synopsis "Hyphenation patterns for Afrikaans")
|
||||||
|
(description "The package provides hyphenation patterns for the Afrikaans
|
||||||
|
language.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(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