dnsutils: remove obsolete config flag

This commit is contained in:
Kai Wohlfahrt 2019-10-16 13:48:51 +01:00
parent 39afb94585
commit 8a293b42de
1 changed files with 0 additions and 2 deletions

View File

@ -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 = [