GNU bug report logs -
#43408
[PATCH] environment: '--link-profile' uses ~/.guix-profile for environment variables.
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Mon, 14 Sep 2020 20:54:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 43408-done <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> skribis:
> Before this patch, we had:
>
> $ guix environment -CP --ad-hoc coreutils
> [env]$ echo $PATH
> /gnu/store/…-profile/bin
> [env]$ echo $GUIX_ENVIRONMENT
> /gnu/store/…-profile
>
> After this patch:
>
> $ guix environment -CP --ad-hoc coreutils
> [env]$ echo $PATH
> /home/ludo/.guix-profile/bin
> [env]$ echo $GUIX_ENVIRONMENT
> /home/ludo/.guix-profile
>
> * guix/scripts/environment.scm (launch-environment/container): When
> LINK-PROFILE? is true, pass ~/.guix-profile as the second argument to
> 'launch-environment'.
> * tests/guix-environment-container.sh: Adjust test accordingly.
> * doc/guix.texi (Invoking guix environment): Update accordingly.
Pushed as 9b65281de51bcb56714509524f5ae0731c9b96d0.
Ludo’.
This bug report was last modified 4 years and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.