From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52274) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5UkZ-0001Dz-C8 for guix-patches@gnu.org; Wed, 04 Sep 2019 08:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5UkY-0002XI-DO for guix-patches@gnu.org; Wed, 04 Sep 2019 08:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52183) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5UkY-0002XE-A2 for guix-patches@gnu.org; Wed, 04 Sep 2019 08:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5UkY-0005Hl-5f for guix-patches@gnu.org; Wed, 04 Sep 2019 08:51:02 -0400 Subject: [bug#36477] [PATCH v3 34/48] gnu: guile-wm: Fix cross-compilation. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-35-m.othacehe@gmail.com> Date: Wed, 04 Sep 2019 14:50:15 +0200 In-Reply-To: <20190902153333.11190-35-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Mon, 2 Sep 2019 17:33:19 +0200") Message-ID: <87r24w2pko.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: Mathieu Othacehe Cc: Pierre-Moana Levesque , 36477@debbugs.gnu.org Mathieu Othacehe skribis: > From: Pierre-Moana Levesque > > * gnu/packages/guile-wm.scm (guile-wm): Add guile and guile-xcb to native-inputs. LGTM!