diff --git a/pkgs/applications/graphics/tev/default.nix b/pkgs/applications/graphics/tev/default.nix index 7a5dde82f16a..e32226ad2f97 100644 --- a/pkgs/applications/graphics/tev/default.nix +++ b/pkgs/applications/graphics/tev/default.nix @@ -49,6 +49,7 @@ stdenv.mkDerivation rec { license = licenses.bsd3; platforms = platforms.unix; badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever + broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247 maintainers = with maintainers; [ ]; }; }