From 467c498bdc246ba130f657b2d8af052fe9d332b0 Mon Sep 17 00:00:00 2001 From: Jochem Raat Date: Sun, 13 Mar 2016 17:58:18 +0100 Subject: gnu: Add Dutch Aspell dictionary. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/aspell.scm (aspell-dict-nl): New variable. Signed-off-by: Ludovic Courtès --- gnu/packages/aspell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) 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"))) -- cgit v1.2.3