guix-devel
[Top][All Lists]
Advanced

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

[PATCH 3/4] gnu: Add German Aspell dictionary.


From: John Darrington
Subject: [PATCH 3/4] gnu: Add German Aspell dictionary.
Date: Sat, 27 Aug 2016 20:19:38 +0200

From: John Darrington <address@hidden>

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

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 117cd33..f836819 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -97,6 +97,13 @@ dictionaries, including personal ones.")
     (home-page "http://aspell.net/";)))
 
 
+(define-public aspell-dict-de
+  (aspell-dictionary "de" "German"
+                     #:version "20030222-1"
+                     #:sha256
+                     (base32
+                      "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s")))
+
 (define-public aspell-dict-en
   (aspell-dictionary "en" "English"
                      #:version "2016.01.19-0"
-- 
2.1.4




reply via email to

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