Skip to content

Commit 6916f24

Browse files
committedJun 24, 2017
treewide: enableParallelBuild -> enableParallelBuilding
1 parent 1593bd2 commit 6916f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pkgs/desktops/plasma-5/khotkeys.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ mkDerivation {
1313
plasma-framework plasma-workspace qtx11extras
1414
];
1515
outputs = [ "out" "dev" "bin" ];
16-
enableParallelBuild = false;
16+
enableParallelBuilding = false;
1717
}

‎pkgs/development/libraries/qt-5/5.9/qtlocation.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ qtSubmodule {
99
moveToOutput "$qtQmlPrefix" "$bin"
1010
'';
1111
# Linking with -lclipper fails with parallel build enabled
12-
enableParallelBuild = false;
12+
enableParallelBuilding = false;
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.