3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Fix guix shell -C example.

The meaning changed by accident when guix environment was replaced
by guix shell in 80edb7df65.

* doc/guix.texi (Debugging Build Failures): Add missing -D option.
This commit is contained in:
Florian Pelz 2021-11-14 19:31:50 +01:00
parent 83289ca255
commit f2d345a7b6
No known key found for this signature in database
GPG key ID: 300888CB39C63817

View file

@ -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