nsd: enable parallel building

This commit is contained in:
Azat Bahawi
2023-09-22 00:26:06 +03:00
parent 74856dd845
commit 97c79c6227
+2
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"