From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvfic-0007qF-AM for guix-patches@gnu.org; Wed, 05 Apr 2017 03:51:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvfiY-0006uW-EM for guix-patches@gnu.org; Wed, 05 Apr 2017 03:51:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34960) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvfiY-0006uO-Au for guix-patches@gnu.org; Wed, 05 Apr 2017 03:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cvfiY-0003L1-3z for guix-patches@gnu.org; Wed, 05 Apr 2017 03:51:02 -0400 Subject: bug#26366: [PATCH] doc: Specify that Guix should be built from within a container. References: <87inmjcn1o.fsf@lassieur.org> In-Reply-To: <87inmjcn1o.fsf@lassieur.org> Resent-Message-ID: From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Wed, 5 Apr 2017 09:49:43 +0200 Message-Id: <20170405074943.27404-1-clement@lassieur.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26366@debbugs.gnu.org * doc/contributing.texi: add '--container' and '--network' options to the 'guix environment guix' command. --- doc/contributing.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index bbc93424b..dbafa4139 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -45,19 +45,19 @@ the installation instructions (@pxref{Requirements}). @end itemize The easiest way to set up a development environment for Guix is, of -course, by using Guix! The following command starts a new shell where -all the dependencies and appropriate environment variables are set up to -hack on Guix: +course, by using Guix! The following command starts a new shell within +an isolated container where all the dependencies and appropriate +environment variables are set up to hack on Guix: @example -guix environment guix +guix environment --container --network guix @end example @xref{Invoking guix environment}, for more information on that command. Extra dependencies can be added with @option{--ad-hoc}: @example -guix environment guix --ad-hoc help2man git strace +guix environment --container --network guix --ad-hoc help2man git strace @end example Run @command{./bootstrap} to generate the build system infrastructure -- 2.12.2