From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: aspell: Wrap binary to find dictionaries. Date: Sun, 10 Jan 2016 21:48:20 +0100 Message-ID: <87bn8t2maz.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIMuY-0002rp-Ev for guix-devel@gnu.org; Sun, 10 Jan 2016 15:48:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIMuV-00059k-9d for guix-devel@gnu.org; Sun, 10 Jan 2016 15:48:26 -0500 In-Reply-To: (Federico Beffa's message of "Sat, 9 Jan 2016 11:46:20 +0100") 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: Federico Beffa Cc: Guix-devel --=-=-= Content-Type: text/plain Federico Beffa skribis: > From e183f8e473b97406968ecbda9fb13ebdf60963ec Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Fri, 8 Jan 2016 14:23:12 +0100 > Subject: [PATCH 11/11] gnu: aspell: Wrap binary to find dictionaries. > > * gnu/packages/aspell.scm (aspell): Add 'wrap-aspell phase. Good idea, LGTM! As Alex suggests, bonus point if you add the following change to this commit: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/system.scm b/gnu/system.scm index 4aedb7e..aab18ef 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -457,9 +457,6 @@ else export PATH=\"$HOME/.guix-profile/bin:$PATH\" fi -# Allow Aspell to find dictionaries installed in the user profile. -export ASPELL_CONF=\"dict-dir $HOME/.guix-profile/lib/aspell\" - # Allow GStreamer-based applications to find plugins. export GST_PLUGIN_PATH=\"$HOME/.guix-profile/lib/gstreamer-1.0\" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thanks! Ludo=E2=80=99. --=-=-=--