bullet-roboschool: mark broken on x86_64-darwin

(cherry picked from commit bc286911d8)
This commit is contained in:
Rick van Schijndel
2022-05-21 15:21:12 +02:00
committed by Janne Heß
parent 4304f69306
commit 6ebd1794aa

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