summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorFederico Beffa <beffa@fbengineering.ch>2016-01-07 13:55:57 +0100
committerFederico Beffa <beffa@fbengineering.ch>2016-02-03 10:48:36 +0100
commit3a6a0f6013a5953711c71ea2745e1144d125e7fb (patch)
treeba7d07cf844a49414a8cc379f3b2027194ef8799 /gnu/packages/aspell.scm
parent05f5ce0c39fc69dc7b230aeceb257e6a9535b1a7 (diff)
downloadpatches-3a6a0f6013a5953711c71ea2745e1144d125e7fb.tar
patches-3a6a0f6013a5953711c71ea2745e1144d125e7fb.tar.gz
gnu: Add Italian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-it): New variable.
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 ede217078f..7d087d8747 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -132,3 +132,10 @@ dictionaries, including personal ones.")
#:sha256
(base32
"0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw")))
+
+(define-public aspell-dict-it
+ (aspell-dictionary "it" "Italian"
+ #:version "2.2_20050523-0"
+ #:sha256
+ (base32
+ "1gdf7bc1a0kmxsmphdqq8pl01h667mjsj6hihy6kqy14k5qdq69v")))