mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nsd: enable parallel building
This commit is contained in:
parent
74856dd845
commit
97c79c6227
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ libevent openssl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags =
|
||||
let edf = c: o: if c then ["--enable-${o}"] else ["--disable-${o}"];
|
||||
in edf bind8Stats "bind8-stats"
|
||||
|
|
Loading…
Reference in a new issue