Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

bullet-roboschool: mark broken on x86_64-darwin

(cherry picked from commit bc286911d8d4089cf72fb5f615709af5012de84e)

authored by

Rick van Schijndel and committed by
Janne Heß
6ebd1794 4304f693

+3
+3
pkgs/development/libraries/bullet/roboschool-fork.nix
··· 51 homepage = "http://bulletphysics.org"; 52 license = licenses.zlib; 53 platforms = platforms.unix; 54 }; 55 }
··· 51 homepage = "http://bulletphysics.org"; 52 license = licenses.zlib; 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); 57 }; 58 }