gnu: Add Maori Aspell dictionary.

* gnu/packages/aspell.scm (aspell-dict-mi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jens Mølgaard 2019-06-05 20:59:30 +12:00 committed by Ludovic Courtès
parent 77fe52580f
commit c5a88aa0e9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -258,6 +258,13 @@ dictionaries, including personal ones.")
(home-page (home-page
"http://linguistico.sourceforge.net/pages/dizionario_italiano.html")))) "http://linguistico.sourceforge.net/pages/dizionario_italiano.html"))))
(define-public aspell-dict-mi
(aspell-dictionary "mi" "Maori"
#:version "0.50-0"
#:sha256
(base32
"12bxplpd348yx8d2q8qvahi9dlp7qf28qmanzhziwc7np8rixvmy")))
(define-public aspell-dict-nl (define-public aspell-dict-nl
(aspell-dictionary "nl" "Dutch" (aspell-dictionary "nl" "Dutch"
#:version "0.50-2" #:version "0.50-2"