From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jochem Raat Subject: [PATCH] gnu: Add Dutch Aspell dictionary. Date: Sun, 13 Mar 2016 18:20:09 +0100 Message-ID: <20160313182009.2453f8c3@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1af9gh-000256-Ao for guix-devel@gnu.org; Sun, 13 Mar 2016 13:20:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1af9ge-0004EC-4F for guix-devel@gnu.org; Sun, 13 Mar 2016 13:20:19 -0400 Received: from mx1.riseup.net ([198.252.153.129]:35239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1af9gd-0004E8-Td for guix-devel@gnu.org; Sun, 13 Mar 2016 13:20:16 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id B5E6E1A1CAC for ; Sun, 13 Mar 2016 17:20:14 +0000 (UTC) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org =46rom 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001 From: Jochem Raat 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 "1gdf7bc1a0kmxsmphdqq8pl01h667mjsj6hihy6kqy14k5qdq69= v"))) + +(define-public aspell-dict-nl + (aspell-dictionary "nl" "Dutch" + #:version "0.50-2" + #:prefix "aspell-" + #:sha256 + (base32 + "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j= 4"))) --=20 2.6.3