summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-05-29 12:00:05 +0000
committerOrivej Desh <orivej@gmx.fr>2018-05-29 13:41:23 +0000
commit50c82704a8b0c412adc633c95672f863b6c05281 (patch)
tree752e8ccc553bc9e1011752a4b23ce7994c14f320
parent11bf5db639e43e4399ed5bda292e866d929d447f (diff)
downloadnixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.tar
nixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.tar.gz
nixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.tar.bz2
nixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.tar.lz
nixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.tar.xz
nixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.tar.zst
nixpkgs-50c82704a8b0c412adc633c95672f863b6c05281.zip
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
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtlocation.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qtlocation.nix b/pkgs/development/libraries/qt-5/modules/qtlocation.nix
index e8952e29cba..0eee684a53f 100644
--- a/pkgs/development/libraries/qt-5/modules/qtlocation.nix
+++ b/pkgs/development/libraries/qt-5/modules/qtlocation.nix
@@ -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