libpcap: don't remove static library

This commit is contained in:
Ingo Blechschmidt 2020-06-21 13:18:10 +02:00
parent ab844b28e3
commit 6767a2c034

View file

@ -28,10 +28,6 @@ stdenv.mkDerivation rec {
substituteInPlace configure --replace " -arch i386" ""
'';
postInstall = ''
rm -f $out/lib/libpcap.a
'';
meta = {
homepage = "https://www.tcpdump.org";
description = "Packet Capture Library";