1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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?'.
This commit is contained in:
Ludovic Courtès
2013-04-12 15:43:55 +02:00
parent fe0cff14f6
commit 3b82460576
2 changed files with 15 additions and 1 deletions

View File

@@ -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.