diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2016-01-07 13:55:57 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2016-02-03 10:48:36 +0100 |
commit | 3a6a0f6013a5953711c71ea2745e1144d125e7fb (patch) | |
tree | ba7d07cf844a49414a8cc379f3b2027194ef8799 /gnu | |
parent | 05f5ce0c39fc69dc7b230aeceb257e6a9535b1a7 (diff) | |
download | guix-3a6a0f6013a5953711c71ea2745e1144d125e7fb.tar.gz guix-3a6a0f6013a5953711c71ea2745e1144d125e7fb.zip |
gnu: Add Italian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-it): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/aspell.scm | 7 |
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"))) |