~ruther/guix-local

4aa52039a77a0f92ffd02c0da1dbae968693ca5f — Ludovic Courtès 13 years ago 6cb3ccf
guix-package: Avoid use of the `guix' sub-directory for profiles.

* guix-package.in (%current-profile): Change to `guix-profile'.
1 files changed, 3 insertions(+), 1 deletions(-)

M guix-package.in
M guix-package.in => guix-package.in +3 -1
@@ 68,7 68,9 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0"    \
                     "default")))

(define %current-profile
  (string-append %profile-directory "/profile"))
  ;; Call it `guix-profile', not `profile', to allow Guix profiles to
  ;; coexist with Nix profiles.
  (string-append %profile-directory "/guix-profile"))

(define (profile-manifest profile)
  "Return the PROFILE's manifest."