diff options
author | Jochem Raat <jchmrt@riseup.net> | 2016-03-13 17:58:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-13 23:39:26 +0100 |
commit | 467c498bdc246ba130f657b2d8af052fe9d332b0 (patch) | |
tree | fecd3aab12410c6ff77b19bd9edd10df82c5d60e | |
parent | b6ecac93d6fae1d6a0bee9e0250fb35b35efabb5 (diff) | |
download | patches-467c498bdc246ba130f657b2d8af052fe9d332b0.tar patches-467c498bdc246ba130f657b2d8af052fe9d332b0.tar.gz |
gnu: Add Dutch Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-nl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/aspell.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 7d087d8747..117cd33081 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -139,3 +139,11 @@ dictionaries, including personal ones.") #:sha256 (base32 "1gdf7bc1a0kmxsmphdqq8pl01h667mjsj6hihy6kqy14k5qdq69v"))) + +(define-public aspell-dict-nl + (aspell-dictionary "nl" "Dutch" + #:version "0.50-2" + #:prefix "aspell-" + #:sha256 + (base32 + "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4"))) |