summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorGiovanni Biscuolo <g@xelera.eu>2019-05-15 10:28:40 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-20 23:23:01 +0200
commit43ec98ef3025f67ff4f66b7da0bcb79a6f088042 (patch)
treecb3b09b237a802434405a5737ab1eb398ff3c9ed /doc/contributing.texi
parenta90157472740b45be23df86341449eb75ff51168 (diff)
downloadpatches-43ec98ef3025f67ff4f66b7da0bcb79a6f088042.tar
patches-43ec98ef3025f67ff4f66b7da0bcb79a6f088042.tar.gz
doc: use pure environment when building from git
* doc/contributing.texi (Building from Git): Add --pure to "guix environment" invocations Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 5331d3e18a..6770fae222 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -57,14 +57,14 @@ all the dependencies and appropriate environment variables are set up to
hack on Guix:
@example
-guix environment guix
+guix environment guix --pure
@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 guix --pure --ad-hoc help2man git strace
@end example
Run @command{./bootstrap} to generate the build system infrastructure