Am Mittwoch, 12. Dezember 2012 schrieb Ludovic Courtès:
> Andreas Enge <[email protected]> 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.
Andreas
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."