bsnes-hd: mark broken on x86_64-darwin

(cherry picked from commit d898e26892)
This commit is contained in:
Rick van Schijndel
2022-05-21 15:18:09 +02:00
committed by Janne Heß
parent 3f8c71eff2
commit 4304f69306

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";
};
}