summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorJens Mølgaard <jens@zete.tk>2019-06-05 21:00:46 +1200
committerLudovic Courtès <ludo@gnu.org>2019-06-05 17:27:23 +0200
commitc9400f03a780673fb40debef3133805fb045213c (patch)
treef72fad414532606b6f62ddd17178b783a246e8bc /gnu/packages/aspell.scm
parentc5a88aa0e9e46bba7345c8413c7c9aeb0eda63b1 (diff)
downloadguix-patches-c9400f03a780673fb40debef3133805fb045213c.tar
guix-patches-c9400f03a780673fb40debef3133805fb045213c.tar.gz
gnu: Add Norwegian Nynorsk Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-nn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r--gnu/packages/aspell.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index f51422ee07..dde2a6379b 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -273,6 +273,13 @@ dictionaries, including personal ones.")
(base32
"0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
+(define-public aspell-dict-nn
+ (aspell-dictionary "nn" "Norwegian Nynorsk"
+ #:version "0.50.1-1"
+ #:sha256
+ (base32
+ "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
+
(define-public aspell-dict-pt-br
(aspell-dictionary "pt-br" "Brazilian Portuguese"
#:version "20090702-0"