qt5.mkDerivation: enableParallelBuilding is default

This commit is contained in:
Thomas Tuegel 2021-01-11 12:10:36 -06:00
parent e605824a92
commit 3320cdf9f1
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -9,8 +9,6 @@ args:
let
args_ = {
enableParallelBuilding = args.enableParallelBuilding or true;
nativeBuildInputs = (args.nativeBuildInputs or []) ++ [ wrapQtAppsHook ];
};