Parallel build is the default, so no need to specify

This commit is contained in:
Chuck 2019-09-06 09:59:45 -07:00 committed by Linus Heckemann
parent e1ecc2b6c1
commit f3eedb6020

View file

@ -4,5 +4,4 @@ stdenv.mkDerivation rec {
src = ./.;
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ boost nix ];
enableParallelBuilding = true;
}