From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 1/8] gnu: Add aspell-dict-he. Date: Mon, 21 Nov 2016 23:00:28 +0200 Message-ID: <20161121210035.13726-2-efraim@flashner.co.il> References: <20161121210035.13726-1-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8vhw-0004Wn-91 for guix-devel@gnu.org; Mon, 21 Nov 2016 16:00:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8vhs-0003C3-Ug for guix-devel@gnu.org; Mon, 21 Nov 2016 16:00:56 -0500 Received: from flashner.co.il ([178.62.234.194]:50005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8vhs-0003A2-NN for guix-devel@gnu.org; Mon, 21 Nov 2016 16:00:52 -0500 Received: from localhost (85.64.232.168.dynamic.barak-online.net [85.64.232.168]) by flashner.co.il (Postfix) with ESMTPSA id B4E56401A4 for ; Mon, 21 Nov 2016 21:00:44 +0000 (UTC) In-Reply-To: <20161121210035.13726-1-efraim@flashner.co.il> 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 * gnu/packages/aspell.scm (aspell-dict-he): 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 b702412..21014c0 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2013, 2014, 2015 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2015, 2016 Alex Kost ;;; Copyright =C2=A92016 John Darrington +;;; Copyright =C2=A92016 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -155,3 +156,10 @@ dictionaries, including personal ones.") #:sha256 (base32 "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn= 3j4"))) + +(define-public aspell-dict-he + (aspell-dictionary "he" "Hebrew" + #:version "1.0-0" + #:sha256 + (base32 + "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynan= kfn"))) --=20 2.10.2