mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: beast: Disable parallel-build.
* gnu/packages/music.scm (beast)[arguments]: Disable parallel builds to prevent a race condition.
This commit is contained in:
parent
d661894159
commit
844f4f6e62
1 changed files with 2 additions and 0 deletions
|
|
@ -976,6 +976,8 @@ Laurens Hammond and Don Leslie.")
|
|||
(base32
|
||||
"1jzzmfwssklzw8fvvil04n8csc0zm99fnd9p2xa7c0xchg37lvhn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:parallel-build? #f)) ; Race conditions cause build failures
|
||||
(inputs
|
||||
`(("rapicorn" ,rapicorn)
|
||||
("guile" ,guile-1.8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue