[PATCH] doc: Document that a working environment for building Guix requires "--pure".

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 5 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20200312085726.18442-1-dannym@scratchpost.org
* 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(-)

Toggle diff (13 lines)
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
Ludovic Courtès wrote 5 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 40037@debbugs.gnu.org)
87lfnplk01.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (3 lines)
> * doc/guix.texi (Invoking guix environment): Document that a working
> environment for building Guix requires "--pure".

LGTM!
Danny Milosavljevic wrote 5 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 40037-done@debbugs.gnu.org)
20200324192608.5368ce17@scratchpost.org
Thanks!

Pushed to guix master as commit be743fc0fd1253b5f824cdee38b0b110ef10273b.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl56UMAACgkQ5xo1VCww
uqUWIwf/aNMOVQ+NfstqXZOcze6fh0X1RMpM3ZtPBmqiHvQX8Ioz2p46zWyAsis2
6I0tXys38LMso2ePd4w5vH0ozI1B7wTZ+VYkJdFbPYjLMScN9pa+yg1zE98PsEZv
hZ7jQZ2MAbEHX8KVyIi0sTowcJ28qoMv7DkEJmLKfEV1OHZ5IhJnylEf7MLyQrjb
1lks/nFnRqeuDuNMMiNTK8mziWv3Od/XHt3p0gwzhLqby2LFASAWltAM0PTGPEh3
SKeuiNqxVlFysyOfrQ7Topuu26AdmK3KfnqBGhlPNkKrvupXkoVonkriR5Nqopn3
1R0HmY9eM8oEAEPFrQdbl73q3mEh8Q==
=3kmy
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40037@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40037
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help