guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Fix guix shell -C example.


From: guix-commits
Subject: branch master updated: doc: Fix guix shell -C example.
Date: Sun, 14 Nov 2021 14:13:13 -0500

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 <pelzflorian@pelzflorian.de>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]