gnu: Add Finnish Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-fi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4bb9528c49
commit
c066a05094
1 changed files with 8 additions and 0 deletions
|
@ -199,6 +199,14 @@ dictionaries, including personal ones.")
|
||||||
(base32
|
(base32
|
||||||
"1k5g328ac1hdpp6fsg57d8md6i0aqcwlszp3gbmp5706wyhpydmd")))
|
"1k5g328ac1hdpp6fsg57d8md6i0aqcwlszp3gbmp5706wyhpydmd")))
|
||||||
|
|
||||||
|
(define-public aspell-dict-fi
|
||||||
|
(aspell-dictionary "fi" "Finnish"
|
||||||
|
#:version "0.7-0"
|
||||||
|
#:prefix "aspell6-"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"07d5s08ba4dd89cmwy9icc01i6fjdykxlb9ravmhdrhi8mxz1mzq")))
|
||||||
|
|
||||||
(define-public aspell-dict-fr
|
(define-public aspell-dict-fr
|
||||||
(aspell-dictionary "fr" "French"
|
(aspell-dictionary "fr" "French"
|
||||||
#:version "0.50-3"
|
#:version "0.50-3"
|
||||||
|
|
Reference in a new issue