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 17:31:05 +0200 |
commit | 3b8246057629c5fbdcb297da12f88fae69ee1a9a (patch) | |
tree | b3686e6fca5122021bb1d6a9d699c35a216d1e58 /doc | |
parent | fe0cff14f6c5facee4192529f5c7b7a972f185ca (diff) | |
download | patches-3b8246057629c5fbdcb297da12f88fae69ee1a9a.tar patches-3b8246057629c5fbdcb297da12f88fae69ee1a9a.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')
-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. |