bsnes-hd: mark broken on x86_64-darwin
This commit is contained in:
parent
1f88f6a2c0
commit
d898e26892
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ stdenv.mkDerivation {
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ stevebob ];
|
maintainers = with maintainers; [ stevebob ];
|
||||||
platforms = platforms.unix;
|
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";
|
mainProgram = "bsnes";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue