qt5: disable parallel building, as it often fails
This commit is contained in:
parent
d92dc9bb3e
commit
849b383f4d
|
@ -145,7 +145,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postInstall = if buildDocs then "make docs&&make install_docs" else "";
|
postInstall = if buildDocs then "make docs&&make install_docs" else "";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
#enableParallelBuilding = true; # often fails on Hydra, as well as qt4
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://qt-project.org;
|
homepage = http://qt-project.org;
|
||||||
|
|
Loading…
Reference in New Issue