Parallel build is the default, so no need to specify
This commit is contained in:
parent
e1ecc2b6c1
commit
f3eedb6020
1 changed files with 0 additions and 1 deletions
|
@ -4,5 +4,4 @@ stdenv.mkDerivation rec {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ boost nix ];
|
buildInputs = [ boost nix ];
|
||||||
enableParallelBuilding = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue