unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add Dutch Aspell dictionary.
@ 2016-03-13 17:20 Jochem Raat
  2016-03-13 22:13 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jochem Raat @ 2016-03-13 17:20 UTC (permalink / raw)
  To: guix-devel

From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001
From: Jochem Raat <jchmrt@riseup.net>
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: Add Dutch Aspell dictionary.
  2016-03-13 17:20 [PATCH] gnu: Add Dutch Aspell dictionary Jochem Raat
@ 2016-03-13 22:13 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-03-13 22:13 UTC (permalink / raw)
  To: Jochem Raat; +Cc: guix-devel

Jochem Raat <jchmrt@riseup.net> skribis:

> From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001
> From: Jochem Raat <jchmrt@riseup.net>
> 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.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-13 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 17:20 [PATCH] gnu: Add Dutch Aspell dictionary Jochem Raat
2016-03-13 22:13 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).