This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f2d345a doc: Fix guix shell -C example.
f2d345a is described below
commit f2d345a7b6add35d6cc0e45f0f0b1d96d9474de0
Author: Florian Pelz <[email protected]>
AuthorDate: Sun Nov 14 19:31:50 2021 +0100
doc: Fix guix shell -C example.
The meaning changed by accident when guix environment was replaced
by guix shell in 80edb7df6586464aa40e84e103f0045452de95db.
* doc/guix.texi (Debugging Build Failures): Add missing -D option.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 7e54b5f..a5f38e1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11464,7 +11464,7 @@ a container similar to the one the build daemon creates:
$ guix build -K foo
@dots{}
$ cd /tmp/guix-build-foo.drv-0
-$ guix shell --no-grafts -C foo strace gdb
+$ guix shell --no-grafts -C -D foo strace gdb
[env]# source ./environment-variables
[env]# cd foo-1.2
@end example