bsnes-hd: mark broken on x86_64-darwin

+3
+3
pkgs/applications/emulators/bsnes/bsnes-hd/default.nix
··· 59 59 license = licenses.gpl3Only; 60 60 maintainers = with maintainers; [ stevebob ]; 61 61 platforms = platforms.unix; 62 + # ../nall/traits.hpp:19:14: error: no member named 'is_floating_point_v' in namespace 'std'; did you mean 'is_floating_point'? 63 + # using std::is_floating_point_v; 64 + broken = (stdenv.isDarwin && stdenv.isx86_64); 62 65 mainProgram = "bsnes"; 63 66 }; 64 67 }