From bb698ad42ac3a9a949e5ec8a13c948545edcb8dd Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 5 Oct 2024 22:17:35 +0100 Subject: [PATCH] freedv: remove code for macOS < 11 --- pkgs/applications/radio/freedv/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/radio/freedv/default.nix b/pkgs/applications/radio/freedv/default.nix index d53f67031600..678cc378ecc0 100644 --- a/pkgs/applications/radio/freedv/default.nix +++ b/pkgs/applications/radio/freedv/default.nix @@ -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 ''