mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 04:57:29 +00:00
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";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ libzip boost wt3 libconfig ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user