From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: [PATCH 3/4] gnu: Add German Aspell dictionary. Date: Sat, 27 Aug 2016 20:19:38 +0200 Message-ID: <1472321979-10150-3-git-send-email-john@darrington.wattle.id.au> References: <1472321979-10150-1-git-send-email-john@darrington.wattle.id.au> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdiD4-0005Rx-9D for guix-devel@gnu.org; Sat, 27 Aug 2016 14:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdiD2-0005YY-1v for guix-devel@gnu.org; Sat, 27 Aug 2016 14:20:01 -0400 In-Reply-To: <1472321979-10150-1-git-send-email-john@darrington.wattle.id.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: John Darrington From: John Darrington * 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