gnu: Add Ukrainian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-ul): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a1fa54f022
commit
e77dd15a2d
1 changed files with 7 additions and 0 deletions
|
@ -311,6 +311,13 @@ (define-public aspell-dict-sv
|
|||
(base32
|
||||
"02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4v")))
|
||||
|
||||
(define-public aspell-dict-uk
|
||||
(aspell-dictionary "uk" "Ukrainian"
|
||||
#:version "1.4.0-0"
|
||||
#:sha256
|
||||
(base32
|
||||
"137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m")))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Hunspell packages made from the Aspell word lists.
|
||||
|
|
Loading…
Reference in a new issue