Skip to content

Commit

Permalink
qt5.qtlocation: enable parallel building
Browse files Browse the repository at this point in the history
It was fixed in [1] which is part of 5.9.2, 5.10.0.

[1] qt/qtlocation@3ac051c#diff-b820e0828543b1da522ff0ab3dac6c75
  • Loading branch information
orivej committed May 29, 2018
1 parent 11bf5db commit 50c8270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/libraries/qt-5/modules/qtlocation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50c8270

Please sign in to comment.