From 39afb945856563a5c5ea8aed98a4cdb8270f3585 Mon Sep 17 00:00:00 2001 From: Kai Wohlfahrt Date: Wed, 16 Oct 2019 13:38:35 +0100 Subject: [PATCH 1/2] dnsutils: add delv tool delv is provided as a replacement for dig with better DNSSEC support. --- pkgs/servers/dns/bind/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix index 31e1ac50942..e39dcb94d5c 100644 --- a/pkgs/servers/dns/bind/default.nix +++ b/pkgs/servers/dns/bind/default.nix @@ -65,6 +65,7 @@ stdenv.mkDerivation rec { moveToOutput bin/host $host moveToOutput bin/dig $dnsutils + moveToOutput bin/delv $dnsutils moveToOutput bin/nslookup $dnsutils moveToOutput bin/nsupdate $dnsutils From 8a293b42decf1cdb126b15e9139c487c47e12c27 Mon Sep 17 00:00:00 2001 From: Kai Wohlfahrt Date: Wed, 16 Oct 2019 13:48:51 +0100 Subject: [PATCH 2/2] dnsutils: remove obsolete config flag --- pkgs/servers/dns/bind/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix index e39dcb94d5c..0f551f489a6 100644 --- a/pkgs/servers/dns/bind/default.nix +++ b/pkgs/servers/dns/bind/default.nix @@ -30,8 +30,6 @@ stdenv.mkDerivation rec { ++ lib.optional enableSeccomp libseccomp ++ lib.optional enablePython (python3.withPackages (ps: with ps; [ ply ])); - STD_CDEFINES = [ "-DDIG_SIGCHASE=1" ]; # support +sigchase - depsBuildBuild = [ buildPackages.stdenv.cc ]; configureFlags = [