From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eC6lM-0002UM-GI for guix-patches@gnu.org; Tue, 07 Nov 2017 11:30:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eC6lH-0000C6-25 for guix-patches@gnu.org; Tue, 07 Nov 2017 11:30:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48093) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eC6lG-0000Bv-Uk for guix-patches@gnu.org; Tue, 07 Nov 2017 11:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eC6lG-0005tR-Ix for guix-patches@gnu.org; Tue, 07 Nov 2017 11:30:02 -0500 Subject: [bug#29112] [PATCH 1/3] gnu: gdm: Fix config file path. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87o9olbasy.fsf@ngyro.com> <87k1z9b9w0.fsf@ngyro.com> Date: Tue, 07 Nov 2017 17:29:43 +0100 In-Reply-To: <87k1z9b9w0.fsf@ngyro.com> (Timothy Sample's message of "Mon, 23 Oct 2017 20:44:47 -0400") Message-ID: <87vaim59xk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Timothy Sample Cc: 29112@debbugs.gnu.org Timothy Sample skribis: > * gnu/packages/gnome.scm (gdm)[arguments]<#:phases>: Fix the > 'pre-configure phase so that GDM finds its config file. Applied, thanks!