From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFh0B-0004Gt-O4 for guix-patches@gnu.org; Sun, 14 Apr 2019 11:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFh0A-0000wj-RJ for guix-patches@gnu.org; Sun, 14 Apr 2019 11:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47683) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFh0A-0000wX-KO for guix-patches@gnu.org; Sun, 14 Apr 2019 11:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hFh0A-0000pY-Fk for guix-patches@gnu.org; Sun, 14 Apr 2019 11:25:02 -0400 Subject: [bug#35244] [PATCH 3/6] gnu: glibc-utf8-locales: Always use native package. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190412131556.25282-1-m.othacehe@gmail.com> <20190412131556.25282-3-m.othacehe@gmail.com> Date: Sun, 14 Apr 2019 17:24:24 +0200 In-Reply-To: <20190412131556.25282-3-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Fri, 12 Apr 2019 15:15:53 +0200") Message-ID: <87imvgk3tj.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: 35244@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/installer.scm (build-compiled-file): Use native glibc-utf8-locales. > * gnu/services/base.scm (guix-shepherd-service): Ditto, > (guix-publish-shepherd-service): ditto. > * guix/profiles.scm (profile-derivation): Ditto. > * guix/self.scm (guix-command): Ditto. > * gnu/packages/package-management.scm (guix)[inputs]: Move glibc-utf8-loc= ales > from here ..., > [native-inputs]: ... to here, > [phases]: search for glibc-utf8-locales in native-inputs and inputs in > 'wrap-program phase. Do you have evidence that locale data is architecture-independent? It=E2=80=99s not all that clear to me; that it goes to $libdir, not $datadi= r, suggests it=E2=80=99s indeed architecture-dependent. Thanks, Ludo=E2=80=99.