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:
Orivej Desh 2017-11-21 19:30:18 +00:00
parent 10cec932d7
commit 71a2a5ae40

View file

@ -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