treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -24,8 +24,6 @@ let
|
||||
sha256 = "1dszbvxlh1npq4nv9s4wv4lcyfgb01k92ncxrrczsxy1dddg86pp";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ SDL2 libGL curl ]
|
||||
|
||||
@@ -37,8 +37,6 @@ let
|
||||
rev = "${lib.toUpper id}_${builtins.replaceStrings ["."] ["_"] version}";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user