From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42561) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEcco-0004Pn-T8 for guix-patches@gnu.org; Wed, 18 Mar 2020 13:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEcco-0001gX-06 for guix-patches@gnu.org; Wed, 18 Mar 2020 13:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEccn-0001fi-S5 for guix-patches@gnu.org; Wed, 18 Mar 2020 13:37:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEccn-0001f0-Ow for guix-patches@gnu.org; Wed, 18 Mar 2020 13:37:01 -0400 Subject: [bug#37868] [PATCH v8] system: Add kernel-module-packages to operating-system. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200227135146.5701-1-dannym@scratchpost.org> <20200227155029.2542-1-dannym@scratchpost.org> <20200314194055.6d857037@scratchpost.org> <877dzlgbe2.fsf@gmail.com> <20200315191736.33ed8abf@scratchpost.org> <87y2s0ei8i.fsf@gmail.com> <20200316211052.5d4e29a2@scratchpost.org> <87v9n1d8ez.fsf@gmail.com> Date: Wed, 18 Mar 2020 18:35:54 +0100 In-Reply-To: <87v9n1d8ez.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 18 Mar 2020 15:50:12 +0100") Message-ID: <87d0997eh1.fsf@gnu.org> 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: Mathieu Othacehe Cc: Danny Milosavljevic , mhw@netris.org, 37868@debbugs.gnu.org Hey! Mathieu Othacehe skribis: >> It could just be the >> >> (not target) ;XXX: no cross-compilation >> >> in guix/build-system/linux-module.scm - because the other file should su= pport >> it just fine. > > Removing the (not target) is enough to make it build. But then it=E2=80=99s a native build. :-) Ludo=E2=80=99.