unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: Re: Error messages and progress report
Date: Thu, 13 Dec 2012 20:17:37 +0100	[thread overview]
Message-ID: <201212132017.37703.andreas@enge.fr> (raw)
In-Reply-To: <201212120955.50187.andreas@enge.fr>


[-- Attachment #1.1: Type: text/plain, Size: 559 bytes --]

Am Mittwoch, 12. Dezember 2012 schrieb Andreas Enge:
> Am Mittwoch, 12. Dezember 2012 schrieb Ludovic Courtès:
> > Andreas Enge <andreas@enge.fr> skribis:
> > > However, the current behaviour is not consistent with the
> > > documentation.
> > It’s 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


[-- Attachment #1.2: Type: text/html, Size: 3411 bytes --]

[-- Attachment #2: 0003-guix-package.in-store-user-profile-in-HOME-.guix-pro.patch --]
[-- Type: text/x-patch, Size: 820 bytes --]

From a8e69abc371c6e8d3c22a35f7281df2a39335cbd Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
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   
 /nix/var/nix/profiles/guix/per-user/$USER

---
 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
--- a/guix-package.in
+++ b/guix-package.in
@@ -68,7 +68,7 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0"    \
                      "default")))
 
 (define %current-profile
-  (string-append %profile-directory "/profile"))
+  %user-environment-directory)
 
 (define (profile-manifest profile)
   "Return the PROFILE's manifest."
-- 
1.7.10.4


  reply	other threads:[~2012-12-13 19:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-09 20:01 Error messages and progress report Andreas Enge
2012-12-09 20:50 ` Ludovic Courtès
2012-12-10  9:19   ` Andreas Enge
2012-12-10 13:26     ` Ludovic Courtès
2012-12-10 18:17       ` Andreas Enge
2012-12-10 21:29         ` Ludovic Courtès
2012-12-10 22:12           ` Andreas Enge
2012-12-10 22:59             ` Ludovic Courtès
2012-12-10 23:22               ` Andreas Enge
2012-12-11 12:22                 ` Andreas Enge
2012-12-11 13:20                   ` Nikita Karetnikov
2012-12-11 14:37                   ` Ludovic Courtès
2012-12-11 15:40                     ` Andreas Enge
2012-12-11 21:15                       ` Andreas Enge
2012-12-11 23:16                         ` Ludovic Courtès
2012-12-12  8:55                           ` Andreas Enge
2012-12-13 19:17                             ` Andreas Enge [this message]
2012-12-11 23:15                       ` Ludovic Courtès
2012-12-12  8:48                         ` Andreas Enge
2012-12-12 13:14                           ` Ludovic Courtès
2013-01-06 17:49 ` Ludovic Courtès
2013-01-10  9:56   ` Andreas Enge
2013-01-10 10:45     ` Andreas Enge
2013-01-10 21:14       ` Ludovic Courtès
2013-01-11 13:49         ` Andreas Enge
2013-01-11 14:58           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201212132017.37703.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).