From patchwork Thu Mar 12 08:57:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danny Milosavljevic X-Patchwork-Id: 20646 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 744D527BBEA; Thu, 12 Mar 2020 08:58:10 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 4EEDB27BBE4 for ; Thu, 12 Mar 2020 08:58:10 +0000 (GMT) Received: from localhost ([::1]:37866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCJfN-0006Zz-S3 for patchwork@mira.cbaines.net; Thu, 12 Mar 2020 04:58:09 -0400 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 X-Loop: help-debbugs@gnu.org Subject: [bug#40037] [PATCH] doc: Document that a working environment for building Guix requires "--pure". Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 12 Mar 2020 08:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40037 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40037@debbugs.gnu.org Cc: Danny Milosavljevic X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158400346328334 (code B ref -1); Thu, 12 Mar 2020 08:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Mar 2020 08:57:43 +0000 Received: from localhost ([127.0.0.1]:55960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJex-0007Mw-Dx for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:57:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:36908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJew-0007Mo-2u for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:57:42 -0400 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 Received: from dayas.lan (80-110-126-163.cgn.dynamic.surfer.at [80.110.126.163]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 600BC33653F5; Thu, 12 Mar 2020 09:57:32 +0100 (CET) From: Danny Milosavljevic Date: Thu, 12 Mar 2020 09:57:26 +0100 Message-Id: <20200312085726.18442-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Tags: patch X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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 environment that additionally includes Git and strace: @example -guix environment guix --ad-hoc git strace +guix environment --pure guix --ad-hoc git strace @end example Sometimes it is desirable to isolate the environment as much as