Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

bsnes-hd: mark broken on x86_64-darwin

(cherry picked from commit d898e26892f24587f7a14218870ff9f72bd92b2d)

authored by

Rick van Schijndel and committed by
Janne Heß
4304f693 3f8c71ef

+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 }