freedv: remove code for macOS < 11

This commit is contained in:
Emily
2025-01-05 20:57:35 +00:00
parent 8c4e57cf82
commit bb698ad42a
@@ -74,10 +74,6 @@ stdenv.mkDerivation rec {
"-DUSE_PULSEAUDIO:BOOL=${if pulseSupport then "TRUE" else "FALSE"}"
];
env.NIX_CFLAGS_COMPILE = toString (lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
"-DAPPLE_OLD_XCODE"
]);
doCheck = true;
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''