diff options
Diffstat (limited to 'guix-build.in')
-rw-r--r-- | guix-build.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix-build.in b/guix-build.in index 6440f0a4db..058e13109a 100644 --- a/guix-build.in +++ b/guix-build.in @@ -198,8 +198,7 @@ Report bugs to: ~a.~%") "@PACKAGE_BUGREPORT@")) ;; TODO: Add more options. (set-build-options %store #:keep-failed? (assoc-ref opts 'keep-failed?) - #:build-cores (or (assoc-ref opts 'cores) - (current-processor-count))) + #:build-cores (or (assoc-ref opts 'cores) 0)) (if (assoc-ref opts 'derivations-only?) (format #t "~{~a~%~}" drv) |