From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBS4P-0008Hy-Q4 for guix-patches@gnu.org; Sun, 05 Nov 2017 16:03:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBS4M-00068t-O8 for guix-patches@gnu.org; Sun, 05 Nov 2017 16:03:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44018) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBS4M-00068U-L4 for guix-patches@gnu.org; Sun, 05 Nov 2017 16:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eBS4M-0000fi-E5 for guix-patches@gnu.org; Sun, 05 Nov 2017 16:03:02 -0500 Subject: [bug#29079] [PATCH] gnu: Add hunspell-en-US. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171031144750.14587-1-kkebreau@posteo.net> Date: Sun, 05 Nov 2017 22:02:21 +0100 In-Reply-To: <20171031144750.14587-1-kkebreau@posteo.net> (Kei Kebreau's message of "Tue, 31 Oct 2017 10:47:50 -0400") Message-ID: <87shdsmobm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 29079@debbugs.gnu.org Hi Kei, Kei Kebreau skribis: > * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. On the same day I added this one and a couple of other dictionaries: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D085bcca313c3827f7= c56e7c345d4606588db9085 The package I committed builds the Hunspell list =E2=80=9Cfrom source=E2=80= =9D. Let me know whether we should adjust things and what you think of it. Thanks! Ludo=E2=80=99.