From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35874) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZM6h-0004PG-MI for guix-patches@gnu.org; Fri, 07 Jun 2019 17:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZM6g-0000Yn-OJ for guix-patches@gnu.org; Fri, 07 Jun 2019 17:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZM6g-0000Yf-Kn for guix-patches@gnu.org; Fri, 07 Jun 2019 17:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hZM6g-0006rU-E0 for guix-patches@gnu.org; Fri, 07 Jun 2019 17:09:02 -0400 Subject: bug#36116: [PATCH 0/2] Add (gnu build locale), and fix 'glib-locales' Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190606145655.16902-1-ludo@gnu.org> Date: Fri, 07 Jun 2019 23:08:45 +0200 In-Reply-To: <20190606145655.16902-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Thu, 6 Jun 2019 16:56:55 +0200") Message-ID: <87v9xh9k82.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: 36116-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > Add (gnu build locale). > gnu: glibc-locales: Install symlinks using the normalized codeset. Pushed as 0e6cee21a48294b81a5e57e00602728fe7f7075f. Ludo'.