From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51257) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCJfI-0006Zs-4I for guix-patches@gnu.org; Thu, 12 Mar 2020 04:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCJfH-0003M9-7j for guix-patches@gnu.org; Thu, 12 Mar 2020 04:58:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49987) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCJfH-0003Lo-4X for guix-patches@gnu.org; Thu, 12 Mar 2020 04:58:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCJfG-0007Na-4a for guix-patches@gnu.org; Thu, 12 Mar 2020 04:58:02 -0400 Subject: [bug#40037] [PATCH] doc: Document that a working environment for building Guix requires "--pure". Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51178) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCJeu-0006ZI-TF for guix-patches@gnu.org; Thu, 12 Mar 2020 04:57:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCJeu-0002q8-2O for guix-patches@gnu.org; Thu, 12 Mar 2020 04:57:40 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:48214) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jCJet-0002kM-SS for guix-patches@gnu.org; Thu, 12 Mar 2020 04:57:40 -0400 From: Danny Milosavljevic Date: Thu, 12 Mar 2020 09:57:26 +0100 Message-Id: <20200312085726.18442-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 40037@debbugs.gnu.org Cc: Danny Milosavljevic * doc/guix.texi (Invoking guix environment): Document that a working environment for building Guix requires "--pure". --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index dd32b65fe0..b889032207 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4750,7 +4750,7 @@ the following command creates a Guix development en= vironment that additionally includes Git and strace: =20 @example -guix environment guix --ad-hoc git strace +guix environment --pure guix --ad-hoc git strace @end example =20 Sometimes it is desirable to isolate the environment as much as