[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66537: [PATCH] doc: Recommend building in ‘guix shell -CPW’.
From: |
Simon Tournier |
Subject: |
bug#66537: [PATCH] doc: Recommend building in ‘guix shell -CPW’. |
Date: |
Wed, 29 Nov 2023 20:33:55 +0100 |
Hi,
On mer., 22 nov. 2023 at 13:05, Ludovic Courtès <ludo@gnu.org> wrote:
> @example
> -guix shell -D guix --pure
> +guix shell -D guix -CPW
> @end example
>
> or even, from within a Git worktree for Guix:
>
> @example
> -guix shell --pure
> +guix shell -CPW
> @end example
I would not recommend that or adding also the option -N. Else, the
development experience can be annoying.
For instance, “make check” will probably fail because some substitutes
are missing (see #67532 [1], e.g., tests/derivations.scm).
Moreover, one needs to go out the shell for submitting with “git
send-email” but then git:send-email is not necessary available in PATH.
1: https://issues.guix.gnu.org/issue/67532
Cheers,
simon