bsnes-hd: mark broken on x86_64-darwin

This commit is contained in:
Rick van Schijndel 2022-05-21 15:18:09 +02:00
parent 1f88f6a2c0
commit d898e26892

View file

@ -59,6 +59,9 @@ stdenv.mkDerivation {
license = licenses.gpl3Only;
maintainers = with maintainers; [ stevebob ];
platforms = platforms.unix;
# ../nall/traits.hpp:19:14: error: no member named 'is_floating_point_v' in namespace 'std'; did you mean 'is_floating_point'?
# using std::is_floating_point_v;
broken = (stdenv.isDarwin && stdenv.isx86_64);
mainProgram = "bsnes";
};
}