gnu: qt: Disable parallel building.
* gnu/packages/qt.scm (qt)[arguments]: Disable parallel-build.
This commit is contained in:
parent
d13c1d3363
commit
2a43df2270
|
@ -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 _
|
||||
|
|
Loading…
Reference in New Issue