Merge pull request #6893 from hrdinka/nsd-config-options

nsd: Fix automatic config options
This commit is contained in:
Arseniy Seroka
2015-03-23 13:19:29 +03:00
2 changed files with 21 additions and 9 deletions
+2
View File
@@ -8,6 +8,7 @@
, ratelimit ? false
, recvmmsg ? false
, rootServer ? false
, rrtypes ? false
, zoneStats ? false
}:
@@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
++ edf ratelimit "ratelimit"
++ edf recvmmsg "recvmmsg"
++ edf rootServer "root-server"
++ edf rrtypes "draft-rrtypes"
++ edf zoneStats "zone-stats"
++ [ "--with-ssl=${openssl}" "--with-libevent=${libevent}" ];