mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nsd: enable parallel building
This commit is contained in:
parent
74856dd845
commit
97c79c6227
@ -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 New Issue
Block a user