vde2: cap MACOSX_DEPLOYMENT_TARGET at 10.16

This commit is contained in:
Andrew Childs
2021-05-17 00:28:04 +09:00
parent e00c4cdc0a
commit 0ec1e50d8b
+4
View File
@@ -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";
buildInputs = [ openssl libpcap ]