libpcap: don't remove static library
This commit is contained in:
parent
ab844b28e3
commit
6767a2c034
@ -28,10 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace configure --replace " -arch i386" ""
|
substituteInPlace configure --replace " -arch i386" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
rm -f $out/lib/libpcap.a
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.tcpdump.org";
|
homepage = "https://www.tcpdump.org";
|
||||||
description = "Packet Capture Library";
|
description = "Packet Capture Library";
|
||||||
|
Loading…
Reference in New Issue
Block a user