gnu: beast: Disable parallel-build.

* gnu/packages/music.scm (beast)[arguments]: Disable parallel builds to
prevent a race condition.
master
Efraim Flashner 2016-10-22 23:06:53 +03:00
parent d661894159
commit 844f4f6e62
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 0 deletions

View File

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