forked from mirrors/nixpkgs
qt4: enable parallel building
Please let me know if it fails to build in parallel so we could fix it, because overwise it is a bottleneck of mass rebuilds.
This commit is contained in:
parent
10cec932d7
commit
71a2a5ae40
|
@ -164,7 +164,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ perl pkgconfig which ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE =
|
||||
optionalString stdenv.isLinux "-std=gnu++98" # gnu++ in (Obj)C flags is no good on Darwin
|
||||
|
|
Loading…
Reference in a new issue