qt5.qtlocation: enable parallel building

It was fixed in [1] which is part of 5.9.2, 5.10.0.

[1] https://github.com/qt/qtlocation/commit/3ac051c4549575634cecc706175b019f4ed4c3bf#diff-b820e0828543b1da522ff0ab3dac6c75
This commit is contained in:
Orivej Desh
2018-05-29 13:41:23 +00:00
parent 11bf5db639
commit 50c82704a8
@@ -4,8 +4,6 @@ qtModule {
name = "qtlocation";
qtInputs = [ qtbase qtmultimedia ];
outputs = [ "bin" "out" "dev" ];
# Linking with -lclipper fails with parallel build enabled
enableParallelBuilding = false;
qmakeFlags = stdenv.lib.optional stdenv.isDarwin [
# boost uses std::auto_ptr which has been disabled in clang with libcxx
# This flag re-enables this feature