mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add Belarusian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-be): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
964595dd77
commit
8ac3476db7
1 changed files with 8 additions and 0 deletions
|
@ -140,6 +140,14 @@ (define-public aspell-dict-ar
|
|||
(base32
|
||||
"1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
|
||||
|
||||
(define-public aspell-dict-be
|
||||
(aspell-dictionary "be" "Belarusian"
|
||||
#:version "0.01"
|
||||
#:prefix "aspell5-"
|
||||
#:sha256
|
||||
(base32
|
||||
"1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
|
||||
|
||||
(define-public aspell-dict-ca
|
||||
(aspell-dictionary "ca" "Catalan"
|
||||
#:version "2.1.5-1"
|
||||
|
|
Loading…
Reference in a new issue