Skip to content

Commit

Permalink
Merge pull request NixOS#256573 from azahi/nsd-parallel-building
Browse files Browse the repository at this point in the history
nsd: enable parallel building
  • Loading branch information
hrdinka authored Sep 22, 2023
2 parents 76f2171 + 97c79c6 commit fd87c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/dns/nsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd87c86

Please sign in to comment.