about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJustin Restivo <justin@restivo.me>2024-01-05 18:33:55 -0500
committerJustin Restivo <justin@restivo.me>2024-01-05 18:33:55 -0500
commit75a177b813627615b4fb98296bacbc5ebdaaac33 (patch)
tree3f47f54864612fcc2a509c2c88e92fb0906298ca
parent3637fa5b79a6b55d0bdcdda101d00411aa16f804 (diff)
downloadnixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.tar
nixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.tar.gz
nixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.tar.bz2
nixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.tar.lz
nixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.tar.xz
nixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.tar.zst
nixlib-75a177b813627615b4fb98296bacbc5ebdaaac33.zip
bear: remove broken on darwin
-rw-r--r--pkgs/development/tools/build-managers/bear/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/bear/default.nix b/pkgs/development/tools/build-managers/bear/default.nix
index a79520e8fd56..6c22a0c5dd2a 100644
--- a/pkgs/development/tools/build-managers/bear/default.nix
+++ b/pkgs/development/tools/build-managers/bear/default.nix
@@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
   __darwinAllowLocalNetworking = true;
 
   meta = with lib; {
-    broken = stdenv.isDarwin;
     description = "Tool that generates a compilation database for clang tooling";
     longDescription = ''
       Note: the bear command is very useful to generate compilation commands