diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-12 15:43:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-12 21:58:47 +0200 |
commit | 581f9eb84532b5682f48926e868456e2457fe54c (patch) | |
tree | 6368d58b7fb3b1969d867145d50469ea23a1122c /doc/guix.texi | |
parent | cdf2022052268b9c517d486294ec34f0c18091aa (diff) | |
download | patches-581f9eb84532b5682f48926e868456e2457fe54c.tar patches-581f9eb84532b5682f48926e868456e2457fe54c.tar.gz |
guix package: Add `--no-substitutes'.
* guix/scripts/package.scm (%default-options): Add `substitutes?'.
(show-help, %options): Add and document `--no-substitutes'.
(guix-package): Call `set-build-options' to honor `substitutes?'.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1be172c3f6..c91bc2021d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -570,6 +570,9 @@ Use @var{profile} instead of the user's default profile. @itemx -n Show what would be done without actually doing it. +@item --no-substitutes +Build instead of resorting to pre-built substitutes. + @item --verbose Produce verbose output. In particular, emit the environment's build log on the standard error port. |