bullet-roboschool: mark broken on x86_64-darwin

+3
+3
pkgs/development/libraries/bullet/roboschool-fork.nix
··· 51 51 homepage = "http://bulletphysics.org"; 52 52 license = licenses.zlib; 53 53 platforms = platforms.unix; 54 + # /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] 55 + # y = b3_splat_ps(y, 0x80); 56 + broken = (stdenv.isDarwin && stdenv.isx86_64); 54 57 }; 55 58 }