vde2: cap MACOSX_DEPLOYMENT_TARGET at 10.16
This commit is contained in:
parent
e00c4cdc0a
commit
0ec1e50d8b
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = lib.optionalString (lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion "11") ''
|
||||||
|
MACOSX_DEPLOYMENT_TARGET=10.16
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = lib.optional (!withPython) "--disable-python";
|
configureFlags = lib.optional (!withPython) "--disable-python";
|
||||||
|
|
||||||
buildInputs = [ openssl libpcap ]
|
buildInputs = [ openssl libpcap ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user