bear: mark as broken on darwin

+1
+1
pkgs/development/tools/build-managers/bear/default.nix
··· 47 ]; 48 49 meta = with lib; { 50 description = "Tool that generates a compilation database for clang tooling"; 51 longDescription = '' 52 Note: the bear command is very useful to generate compilation commands
··· 47 ]; 48 49 meta = with lib; { 50 + broken = stdenv.isDarwin; 51 description = "Tool that generates a compilation database for clang tooling"; 52 longDescription = '' 53 Note: the bear command is very useful to generate compilation commands