nsd: enable parallel building

This commit is contained in:
Azat Bahawi 2023-09-22 00:26:06 +03:00
parent 74856dd845
commit 97c79c6227
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

@ -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"