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>
This commit is contained in:
parent
a901574727
commit
43ec98ef30
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue