libpcap: add some key reverse dependencies to passthru.tests

This commit is contained in:
Robert Scott 2023-04-15 23:20:26 +01:00
parent 97e02c975d
commit ea0022cc22

View file

@ -9,6 +9,16 @@
, pkg-config
, withBluez ? false
, withRemote ? false
# for passthru.tests
, ettercap
, nmap
, ostinato
, tcpreplay
, vde2
, wireshark
, python3
, haskellPackages
}:
stdenv.mkDerivation rec {
@ -44,6 +54,12 @@ stdenv.mkDerivation rec {
fi
'';
passthru.tests = {
inherit ettercap nmap ostinato tcpreplay vde2 wireshark;
inherit (python3.pkgs) pcapy-ng scapy;
haskell-pcap = haskellPackages.pcap;
};
meta = with lib; {
homepage = "https://www.tcpdump.org";
description = "Packet Capture Library";