From 6916f24e84ea4233f671ebc75de0ba10187c86b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 24 Jun 2017 22:22:48 +0200 Subject: [PATCH] treewide: enableParallelBuild -> enableParallelBuilding --- pkgs/desktops/plasma-5/khotkeys.nix | 2 +- pkgs/development/libraries/qt-5/5.9/qtlocation.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/plasma-5/khotkeys.nix b/pkgs/desktops/plasma-5/khotkeys.nix index c54d5486ee9..77f1002c08a 100644 --- a/pkgs/desktops/plasma-5/khotkeys.nix +++ b/pkgs/desktops/plasma-5/khotkeys.nix @@ -13,5 +13,5 @@ mkDerivation { plasma-framework plasma-workspace qtx11extras ]; outputs = [ "out" "dev" "bin" ]; - enableParallelBuild = false; + enableParallelBuilding = false; } diff --git a/pkgs/development/libraries/qt-5/5.9/qtlocation.nix b/pkgs/development/libraries/qt-5/5.9/qtlocation.nix index 24f0b648723..6270bc577cf 100644 --- a/pkgs/development/libraries/qt-5/5.9/qtlocation.nix +++ b/pkgs/development/libraries/qt-5/5.9/qtlocation.nix @@ -9,5 +9,5 @@ qtSubmodule { moveToOutput "$qtQmlPrefix" "$bin" ''; # Linking with -lclipper fails with parallel build enabled - enableParallelBuild = false; + enableParallelBuilding = false; }