treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -31,7 +31,6 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
dontAddPrefix = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper cmake ];
|
||||
buildInputs = [ libjpeg zlib libpng libGL SDL2 ];
|
||||
|
||||
Reference in New Issue
Block a user