libpcap: enable parallel building (#342022)

This commit is contained in:
Franz Pletz
2024-09-18 06:33:26 +02:00
committed by GitHub
@@ -54,6 +54,8 @@ stdenv.mkDerivation rec {
fi
'';
enableParallelBuilding = true;
passthru.tests = {
inherit ettercap nmap ostinato tcpreplay vde2 wireshark;
inherit (python3.pkgs) pcapy-ng scapy;