From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51070) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioyU8-0001HZ-4J for guix-patches@gnu.org; Tue, 07 Jan 2020 18:42:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioyU6-0003cw-GM for guix-patches@gnu.org; Tue, 07 Jan 2020 18:42:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioyU6-0003cj-Cg for guix-patches@gnu.org; Tue, 07 Jan 2020 18:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioyU6-0001tl-9V for guix-patches@gnu.org; Tue, 07 Jan 2020 18:42:02 -0500 Subject: [bug#38954] gnu: gnome: Add missing inputs. Resent-Message-ID: Date: Wed, 8 Jan 2020 00:41:28 +0100 From: Julien Lepiller Message-ID: <20200108004128.46d93ac0@tachikoma.lepiller.eu> In-Reply-To: References: 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: Raghav Gururajan Cc: 38954@debbugs.gnu.org Le Sun, 05 Jan 2020 19:37:45 +0000, "Raghav Gururajan" a =C3=A9crit : > Hello Guix! >=20 > Please find the attached patch to add missing inputs for gnome. >=20 > NOTE: This patch depends on patches #38904, #38905, #38906, #38914, > #38911, #38952, #38931, #38953 and #38935. >=20 > Thank you! >=20 > Regards, > RG. Hi raghav, you've built a maze of patches which makes it difficult for us (at least for me) to review. I'd like to encourage you to report all of these patches under only one bug. You can use apply all your patches locally on a single branch, and use git send-email (from git:send-email package) to send and format the messages properly. Please add them in an order that makes sense (dependencies first) so that at every commit, everything builds fine. Thanks in advance!