Parallel build is the default, so no need to specify
This commit is contained in:
@@ -4,5 +4,4 @@ stdenv.mkDerivation rec {
|
|||||||
src = ./.;
|
src = ./.;
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ boost nix ];
|
buildInputs = [ boost nix ];
|
||||||
enableParallelBuilding = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user