mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
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 a new issue