From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55622) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5UwB-0003O3-2o for guix-patches@gnu.org; Wed, 04 Sep 2019 09:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5UwA-00010W-3p for guix-patches@gnu.org; Wed, 04 Sep 2019 09:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5UwA-00010R-0g for guix-patches@gnu.org; Wed, 04 Sep 2019 09:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5Uw9-0005bP-SM for guix-patches@gnu.org; Wed, 04 Sep 2019 09:03:01 -0400 Subject: [bug#36477] [PATCH v3 14/48] gnu: glibc-utf8-locales: Fix cross-compilation. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-15-m.othacehe@gmail.com> Date: Wed, 04 Sep 2019 15:01:55 +0200 In-Reply-To: <20190902153333.11190-15-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Mon, 2 Sep 2019 17:32:59 +0200") Message-ID: <878sr42p18.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: 36477@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/packages/base.scm (glibc-utf8-locales)[inputs]: Move to ... > [native-inputs]: ... here, in order to fix cross-compilation. > * gnu/packages/commencement.scm (glibc-utf8-locales-final)[inputs]: Move = to ... > [native-inputs]: ... here, in order to fix cross-compilation. LGTM. If it doesn=E2=80=99t trigger a full rebuild, you can push to master. Ludo=E2=80=99.