treewide: enableParallelBuild -> enableParallelBuilding

This commit is contained in:
Bjørn Forsman 2017-06-24 22:22:48 +02:00
parent 1593bd2423
commit 6916f24e84
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ mkDerivation {
plasma-framework plasma-workspace qtx11extras
];
outputs = [ "out" "dev" "bin" ];
enableParallelBuild = false;
enableParallelBuilding = false;
}

View file

@ -9,5 +9,5 @@ qtSubmodule {
moveToOutput "$qtQmlPrefix" "$bin"
'';
# Linking with -lclipper fails with parallel build enabled
enableParallelBuild = false;
enableParallelBuilding = false;
}