treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ boost lapack ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Accelerate CoreGraphics CoreVideo ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
checkTarget = "test";
|
||||
|
||||
Reference in New Issue
Block a user