darwin.libpcap: remove code for macOS < 11
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
apple-sdk_11,
|
||||
apple-sdk_15,
|
||||
bison,
|
||||
bluez,
|
||||
@@ -110,8 +109,6 @@ mkAppleDerivation {
|
||||
flex
|
||||
] ++ lib.optionals withBluez [ bluez.dev ];
|
||||
|
||||
buildInputs = [ apple-sdk_11 ];
|
||||
|
||||
meta = {
|
||||
description = "Packet Capture Library (with Apple modifications)";
|
||||
mainProgram = "pcap-config";
|
||||
|
||||
Reference in New Issue
Block a user