From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eH4Gp-0002W3-Vo for guix-patches@gnu.org; Tue, 21 Nov 2017 03:51:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eH4Gl-0002yG-4U for guix-patches@gnu.org; Tue, 21 Nov 2017 03:51:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41162) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eH4Gl-0002yA-15 for guix-patches@gnu.org; Tue, 21 Nov 2017 03:51:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eH4Gk-0008Kk-RC for guix-patches@gnu.org; Tue, 21 Nov 2017 03:51:02 -0500 Subject: bug#29369: [PATCH] gnu: Patch path to locale in gnome-desktop. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20171120210446.14503-1-mail@cbaines.net> <873758zimv.fsf@gnu.org> From: Christopher Baines In-reply-to: <873758zimv.fsf@gnu.org> Date: Tue, 21 Nov 2017 08:49:48 +0000 Message-ID: <8760a4j9sj.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29369-done@debbugs.gnu.org Ludovic Courtès writes: > Christopher Baines skribis: > >> * gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-path phase to >> get libgnome-desktop to use the full path to the locale binary. > > Makes sense. LGTM, thank you! Great, I've pushed this as a0fe7c06452ad89d15e38ba2b698228f4fe3a76d. Thanks for reviewing :)