guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: Add Dutch Aspell dictionary.


From: Jochem Raat
Subject: [PATCH] gnu: Add Dutch Aspell dictionary.
Date: Sun, 13 Mar 2016 18:20:09 +0100

From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001
From: Jochem Raat <address@hidden>
Date: Sun, 13 Mar 2016 17:58:18 +0100
Subject: [PATCH] gnu: Add Dutch Aspell dictionary.

* gnu/packages/aspell.scm (aspell-dict-nl): New variable.
---
 gnu/packages/aspell.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 7d087d8..117cd33 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")))
-- 
2.6.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]