treewide: enableParallelBuild -> enableParallelBuilding
This commit is contained in:
parent
1593bd2423
commit
6916f24e84
@ -13,5 +13,5 @@ mkDerivation {
|
||||
plasma-framework plasma-workspace qtx11extras
|
||||
];
|
||||
outputs = [ "out" "dev" "bin" ];
|
||||
enableParallelBuild = false;
|
||||
enableParallelBuilding = false;
|
||||
}
|
||||
|
@ -9,5 +9,5 @@ qtSubmodule {
|
||||
moveToOutput "$qtQmlPrefix" "$bin"
|
||||
'';
|
||||
# Linking with -lclipper fails with parallel build enabled
|
||||
enableParallelBuild = false;
|
||||
enableParallelBuilding = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user