treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -15,7 +15,6 @@ mkDerivation rec {
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user