From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Error messages and progress report Date: Thu, 13 Dec 2012 20:17:37 +0100 Message-ID: <201212132017.37703.andreas@enge.fr> References: <201212092101.21170.andreas@enge.fr> <87r4mwch7s.fsf@gnu.org> <201212120955.50187.andreas@enge.fr> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_RniyQyYAoW8kx0x" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjEID-0007A7-C7 for bug-guix@gnu.org; Thu, 13 Dec 2012 14:18:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjEI5-0000KF-KB for bug-guix@gnu.org; Thu, 13 Dec 2012 14:18:01 -0500 In-Reply-To: <201212120955.50187.andreas@enge.fr> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org --Boundary-00=_RniyQyYAoW8kx0x Content-Type: multipart/alternative; boundary="Boundary-01=_RniyQhcJLrIT5p2" Content-Transfer-Encoding: 7bit --Boundary-01=_RniyQhcJLrIT5p2 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Am Mittwoch, 12. Dezember 2012 schrieb Andreas Enge: > Am Mittwoch, 12. Dezember 2012 schrieb Ludovic Court=C3=A8s: > > Andreas Enge skribis: > > > However, the current behaviour is not consistent with the > > > documentation. > > It=E2=80=99s more that the documentation is ahead of time. :-) > I think the attached patch solves the problem. Here the same patch in "git format-patch" format. Alternatively, one may add to the documentation that a directory /nix/var/nix/profiles/guix/per-user/$USER should be created. Andreas --Boundary-01=_RniyQhcJLrIT5p2 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Am Mittwoch= , 12. Dezember 2012 schrieb Andreas Enge:

> Am Mit= twoch, 12. Dezember 2012 schrieb Ludovic Court=C3=A8s:

> > A= ndreas Enge <andreas@enge.fr> skribis:

> > &= gt; However, the current behaviour is not consistent with the

> > &= gt; documentation.

> > I= t=E2=80=99s more that the documentation is ahead of time. :-)

> I thin= k the attached patch solves the problem.

&nb= sp;

Here the sa= me patch in "git format-patch" format.

&nb= sp;

Alternative= ly, one may add to the documentation that a directory

/nix/var= /nix/profiles/guix/per-user/$USER

should be c= reated.

&nb= sp;

Andreas

&nb= sp;

&nb= sp;

--Boundary-01=_RniyQhcJLrIT5p2-- --Boundary-00=_RniyQyYAoW8kx0x Content-Type: text/x-patch; charset="UTF-8"; name="0003-guix-package.in-store-user-profile-in-HOME-.guix-pro.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0003-guix-package.in-store-user-profile-in-HOME-.guix-pro.patch" =46rom a8e69abc371c6e8d3c22a35f7281df2a39335cbd Mon Sep 17 00:00:00 2001 =46rom: Andreas Enge Date: Thu, 13 Dec 2012 20:14:50 +0100 Subject: [PATCH 3/3] guix-package.in: store user profile in $HOME/.guix-profile instead of =20 /nix/var/nix/profiles/guix/per-user/$USER =2D-- guix-package.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-package.in b/guix-package.in index 7bc32f8..bb1b8c0 100644 =2D-- a/guix-package.in +++ b/guix-package.in @@ -68,7 +68,7 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ "default"))) =20 (define %current-profile =2D (string-append %profile-directory "/profile")) + %user-environment-directory) =20 (define (profile-manifest profile) "Return the PROFILE's manifest." =2D-=20 1.7.10.4 --Boundary-00=_RniyQyYAoW8kx0x--