mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
qt5.mkDerivation: enableParallelBuilding is default
This commit is contained in:
parent
e605824a92
commit
3320cdf9f1
@ -9,8 +9,6 @@ args:
|
||||
let
|
||||
args_ = {
|
||||
|
||||
enableParallelBuilding = args.enableParallelBuilding or true;
|
||||
|
||||
nativeBuildInputs = (args.nativeBuildInputs or []) ++ [ wrapQtAppsHook ];
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user