dnsutils: remove obsolete config flag
This commit is contained in:
parent
39afb94585
commit
8a293b42de
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue