gnu: qt: Disable parallel building.

* gnu/packages/qt.scm (qt)[arguments]: Disable parallel-build.
master
Efraim Flashner 2018-07-25 16:33:37 +03:00
parent d13c1d3363
commit 2a43df2270
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ system, and the core design of Django is reused in Grantlee.")
("ruby" ,ruby)
("which" ,(@ (gnu packages base) which))))
(arguments
`(#:phases
`(#:parallel-build? #f ; Triggers race condition in qtbase module on Hydra.
#:phases
(modify-phases %standard-phases
(add-after 'configure 'patch-bin-sh
(lambda _