libpcap: don't remove static library
This commit is contained in:
parent
ab844b28e3
commit
6767a2c034
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue