···1516 buildInputs = [ cmake ];
17000018 meta = with stdenv.lib; {
19 inherit (src.meta) homepage;
20
···1516 buildInputs = [ cmake ];
1718+ # This breaks on Darwin because our cmake hook tries to make a build folder
19+ # and the wonderful bazel BUILD file is already there (yay case-insensitivty?)
20+ prePatch = "rm BUILD";
21+22 meta = with stdenv.lib; {
23 inherit (src.meta) homepage;
24