libpcap: enable parallel building

Tested at -j20.
This commit is contained in:
Alyssa Ross
2024-09-15 11:26:33 +02:00
parent c8cb4b8b3a
commit 4d0ae3fa06
@@ -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;