lol

treewide: enableParallelBuild -> enableParallelBuilding

+2 -2
+1 -1
pkgs/desktops/plasma-5/khotkeys.nix
··· 13 13 plasma-framework plasma-workspace qtx11extras 14 14 ]; 15 15 outputs = [ "out" "dev" "bin" ]; 16 - enableParallelBuild = false; 16 + enableParallelBuilding = false; 17 17 }
+1 -1
pkgs/development/libraries/qt-5/5.9/qtlocation.nix
··· 9 9 moveToOutput "$qtQmlPrefix" "$bin" 10 10 ''; 11 11 # Linking with -lclipper fails with parallel build enabled 12 - enableParallelBuild = false; 12 + enableParallelBuilding = false; 13 13 }