lol

tev: mark broken on darwin

+1
+1
pkgs/applications/graphics/tev/default.nix
··· 49 49 license = licenses.bsd3; 50 50 platforms = platforms.unix; 51 51 badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever 52 + broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247 52 53 maintainers = with maintainers; [ ]; 53 54 }; 54 55 }