mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 "";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # often fails on Hydra, as well as qt4
|
||||
|
||||
meta = {
|
||||
homepage = http://qt-project.org;
|
||||
|
Loading…
Reference in New Issue
Block a user