mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qt: Disable parallel building.
* gnu/packages/qt.scm (qt)[arguments]: Disable parallel-build.
This commit is contained in:
parent
d13c1d3363
commit
2a43df2270
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@ (define-public qt
|
|||
("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 a new issue