From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFmMA-0001uZ-Ny for guix-patches@gnu.org; Thu, 25 Oct 2018 16:35:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFmCg-0005Pk-Cs for guix-patches@gnu.org; Thu, 25 Oct 2018 16:26:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38649) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFmCg-0005Pf-8s for guix-patches@gnu.org; Thu, 25 Oct 2018 16:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFmCg-0006oU-4n for guix-patches@gnu.org; Thu, 25 Oct 2018 16:26:02 -0400 Subject: [bug#33111] [PATCH 0/3] Have the binary tarball populate ~root/.config/guix/current Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181021204506.1978-1-ludo@gnu.org> Date: Thu, 25 Oct 2018 22:24:38 +0200 In-Reply-To: <20181021204506.1978-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Sun, 21 Oct 2018 22:45:06 +0200") Message-ID: <87bm7hsrjt.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: 33111@debbugs.gnu.org, Ricardo Wurmus Hello Guix! Ludovic Court=C3=A8s skribis: > These patches address this by having the binary tarball populate > ~root/.config/guix/current like =E2=80=98guix pull=E2=80=99 does. > > There=E2=80=99s one downside though: with the last patch, the =E2=80=98gl= ibc-utf8-locales=E2=80=99 > is no longer included because ~root/.config/guix/current would be the > wrong place for it. Consequently, users have to explicitly install it > in ~root/.guix-profile and set GUIX_LOCPATH accordingly. Any comments? Ricardo? Ludo=E2=80=99.