Merge pull request #256573 from azahi/nsd-parallel-building

nsd: enable parallel building
This commit is contained in:
Christoph Hrdinka
2023-09-22 09:31:34 +02:00
committed by GitHub
+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"