bullet-roboschool: mark broken on x86_64-darwin

This commit is contained in:
Rick van Schijndel 2022-05-21 15:21:12 +02:00
parent d898e26892
commit bc286911d8

View file

@ -51,5 +51,8 @@ stdenv.mkDerivation {
homepage = "http://bulletphysics.org";
license = licenses.zlib;
platforms = platforms.unix;
# /tmp/nix-build-bullet-2019-03-27.drv-0/source/src/Bullet3Common/b3Vector3.h:297:7: error: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range]
# y = b3_splat_ps(y, 0x80);
broken = (stdenv.isDarwin && stdenv.isx86_64);
};
}