gnu: Add texlive-ukrhyph.

* gnu/packages/tex.scm (texlive-ukrhyph): New variable.
master
Ricardo Wurmus 2019-07-13 23:14:23 +02:00
parent 0d4088e45e
commit 10e8b3385c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 0 deletions

View File

@ -2496,6 +2496,22 @@ bundle.")
(define-public texlive-generic-dehyph-exptl
(deprecated-package "texlive-generic-dehyph-exptl" texlive-dehyph-exptl))
(define-public texlive-ukrhyph
(package
(inherit (simple-texlive-package
"texlive-ukrhyph"
(list "/doc/generic/ukrhyph/"
"/tex/generic/ukrhyph/")
(base32
"01ma274sixcrbpb7fpqkxwfvrnzfj2srv9b4a42rfnph1pdql74z")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/ukrhyph")
(synopsis "Hyphenation patterns for Ukrainian")
(description "The package provides a range of hyphenation patterns for
Ukrainian, depending on the encoding of the output font including the standard
T2A.")
(license license:lppl)))
(define-public texlive-latex-base
(let ((texlive-dir
(lambda (dir hash)