mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: reduce: Disable parallel builds.
* gnu/packages/algebra.scm (reduce)[arguments]<parallel-build?>: New field. Change-Id: I90af4070cc885b3d788333ff425734804b4667e3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
fd3876ec2a
commit
2951587274
1 changed files with 2 additions and 1 deletions
|
@ -1920,7 +1920,8 @@ and not by the available RAM.")
|
||||||
#:directories? #t))))))
|
#:directories? #t))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:parallel-build? #f
|
||||||
|
#:configure-flags
|
||||||
#~(list "--without-autogen"
|
#~(list "--without-autogen"
|
||||||
;; fix conflict with internal build name determination
|
;; fix conflict with internal build name determination
|
||||||
"--build="
|
"--build="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue