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>
master
Giovanni Biscuolo 2019-05-15 10:28:40 +02:00 committed by Ludovic Courtès
parent a901574727
commit 43ec98ef30
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -57,14 +57,14 @@ all the dependencies and appropriate environment variables are set up to
hack on Guix: hack on Guix:
@example @example
guix environment guix guix environment guix --pure
@end example @end example
@xref{Invoking guix environment}, for more information on that command. @xref{Invoking guix environment}, for more information on that command.
Extra dependencies can be added with @option{--ad-hoc}: Extra dependencies can be added with @option{--ad-hoc}:
@example @example
guix environment guix --ad-hoc help2man git strace guix environment guix --pure --ad-hoc help2man git strace
@end example @end example
Run @command{./bootstrap} to generate the build system infrastructure Run @command{./bootstrap} to generate the build system infrastructure