From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 27 18:38:48 2021 Received: (at 51323-done) by debbugs.gnu.org; 27 Oct 2021 22:38:48 +0000 Received: from localhost ([127.0.0.1]:50822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfrZI-000389-2q for submit@debbugs.gnu.org; Wed, 27 Oct 2021 18:38:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfrZH-00037w-4h for 51323-done@debbugs.gnu.org; Wed, 27 Oct 2021 18:38:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56446) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfrZA-0004Df-W7; Wed, 27 Oct 2021 18:38:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=URFlLckpR+IcRA0IQycxU8kbqYGJMzqsiEoUIlBg3II=; b=XO+YYx01gsDwJTNSVkJc vdghAiSK9cDEKTEtKTmYXZwVFlWPBvk9J4C+vLc73hwnE2xVAUWqFRcypzkzyw20xvYVsxV5QIvY6 EZgiXTI/vn5Ttj6bQBetvMxYijt48FPNrw4kLNXiJvvM1Emtn8H3CszXTFvAIdtoi1cMTwEHoRGFk BCsaNbGmWviQkZ8UNqlFR5Ko34LLlrBrLIgeawM+kY7jnVUEBuFna+WsJELswo0BNt+COirfut5h9 2K17ZsxqqA/NLLkJxU4NXo5/txPXpq6gAq0eKKAw+O2pLb+5W7CzUQdqgLGs8m/HRWPBoRh8PMoZl W1vK8WEvOIJYzQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54264 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfrZ9-00050y-If; Wed, 27 Oct 2021 18:38:40 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Denis 'GNUtoo' Carikli Subject: Re: bug#51323: [PATCH 1/3] Add xfce4-dev-tools References: <20211021220641.4400-1-GNUtoo@cyberdimension.org> Date: Thu, 28 Oct 2021 00:38:37 +0200 In-Reply-To: <20211021220641.4400-1-GNUtoo@cyberdimension.org> (Denis Carikli's message of "Fri, 22 Oct 2021 00:06:41 +0200") Message-ID: <87v91i9jpu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51323-done Cc: 51323-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Denis 'GNUtoo' Carikli skribis: > This is now needed to build newer lightdm-gtk-greeter versions > > * gnu/packages/xfce.scm (xfce4-dev-tools): New variable. > > Signed-off-by: Denis 'GNUtoo' Carikli [...] > This also fixes the build. Before configure failed with > the following error: > checking for exo-csource... no > configure: error: in `/tmp/guix-build-lightdm-gtk-greeter-2.0.7.drv-0= /lightdm-gtk-greeter-2.0.7': > configure: error: exo-csource not installed > > * gnu/packages/display-managers.scm (lightdm): update to 2.0.8 > > Signed-off-by: Denis 'GNUtoo' Carikli [...] > The bash-minimal dependency is required by the wrap-program, > and guix lint suggests to add it in the inputs. > > * gnu/packages/display-managers.scm (lightdm): add bash-minimal dependency > > Signed-off-by: Denis 'GNUtoo' Carikli Applied all three patches. I removed the =E2=80=98Signed-off-by=E2=80=99: = by convention we keep it for the person who applies the patch. Thanks! Ludo=E2=80=99.