mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add Hindi Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-hi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c066a05094
commit
77fe52580f
1 changed files with 8 additions and 0 deletions
|
@ -229,6 +229,14 @@ (define-public aspell-dict-he
|
||||||
(base32
|
(base32
|
||||||
"13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
|
"13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
|
||||||
|
|
||||||
|
(define-public aspell-dict-hi
|
||||||
|
(aspell-dictionary "hi" "Hindi"
|
||||||
|
#:version "0.02-0"
|
||||||
|
#:prefix "aspell6-"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"0drs374qz4419zx1lf2k281ydxf2750jk5ailafj1x0ncz27h1ys")))
|
||||||
|
|
||||||
(define-public aspell-dict-it
|
(define-public aspell-dict-it
|
||||||
(let ((version "2.4-20070901-0")
|
(let ((version "2.4-20070901-0")
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue