fileshelter: enable parallel building
This greatly reduced the build duration.
This commit is contained in:
parent
01af301443
commit
ff3e3fb39d
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1n9hrls3l9gf8wfz6m9bylma1b1hdvdqsksv2dlp1zdgjdzv200b";
|
sha256 = "1n9hrls3l9gf8wfz6m9bylma1b1hdvdqsksv2dlp1zdgjdzv200b";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ libzip boost wt3 libconfig ];
|
buildInputs = [ libzip boost wt3 libconfig ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user