Merge pull request #71230 from kwohlfahrt/delv
dnsutils: add 'delv' binary, remove obsolete sigchase
This commit is contained in:
commit
9c25430436
1 changed files with 1 additions and 2 deletions
|
@ -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 = [
|
||||
|
@ -65,6 +63,7 @@ stdenv.mkDerivation rec {
|
|||
moveToOutput bin/host $host
|
||||
|
||||
moveToOutput bin/dig $dnsutils
|
||||
moveToOutput bin/delv $dnsutils
|
||||
moveToOutput bin/nslookup $dnsutils
|
||||
moveToOutput bin/nsupdate $dnsutils
|
||||
|
||||
|
|
Loading…
Reference in a new issue