guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add German Aspell dictionary.


From: John Darrington
Subject: 02/05: gnu: Add German Aspell dictionary.
Date: Tue, 30 Aug 2016 05:03:30 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit 06550e07797c2eb736214b8ad5a21f96f25602da
Author: John Darrington <address@hidden>
Date:   Sat Aug 27 19:52:12 2016 +0200

    gnu: Add German Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-de): 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 117cd33..b702412 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
+;;; Copyright ©2016 John Darrington <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -97,6 +98,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"



reply via email to

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