fileshelter: enable parallel building

This greatly reduced the build duration.
This commit is contained in:
WilliButz 2018-04-19 00:02:25 +02:00 committed by Robin Gloster
parent 01af301443
commit ff3e3fb39d

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1n9hrls3l9gf8wfz6m9bylma1b1hdvdqsksv2dlp1zdgjdzv200b";
};
enableParallelBuilding = true;
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libzip boost wt3 libconfig ];