mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
treewide: enableParallelBuild -> enableParallelBuilding
This commit is contained in:
parent
1593bd2423
commit
6916f24e84
@ -13,5 +13,5 @@ mkDerivation {
|
|||||||
plasma-framework plasma-workspace qtx11extras
|
plasma-framework plasma-workspace qtx11extras
|
||||||
];
|
];
|
||||||
outputs = [ "out" "dev" "bin" ];
|
outputs = [ "out" "dev" "bin" ];
|
||||||
enableParallelBuild = false;
|
enableParallelBuilding = false;
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,5 @@ qtSubmodule {
|
|||||||
moveToOutput "$qtQmlPrefix" "$bin"
|
moveToOutput "$qtQmlPrefix" "$bin"
|
||||||
'';
|
'';
|
||||||
# Linking with -lclipper fails with parallel build enabled
|
# Linking with -lclipper fails with parallel build enabled
|
||||||
enableParallelBuild = false;
|
enableParallelBuilding = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user