libnl: Enable parallel building

This is a long enough derivation to make this worthwhile.
This commit is contained in:
Ben Gamari 2017-10-29 15:21:06 -04:00 committed by John Ericson
parent 10fa4a571c
commit d8c744b862

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation {
sha256 = "0dd7xxikib201i99k2if066hh7gwf2i4ffckrjplq6lr206jn00r";
});
enableParallelBuilding = true;
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig ];
meta = with lib; {