treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
|
||||
"-DModule_ITKReview=ON"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake xz makeWrapper ];
|
||||
buildInputs = [ libX11 libuuid vtk_7 ] ++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user