summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/bazel-watcher
diff options
context:
space:
mode:
authorClaudio Bley <cbley@exa-online.de>2020-12-07 12:33:22 +0100
committerClaudio Bley <cbley@exa-online.de>2020-12-07 12:33:22 +0100
commit919d3ea2a0c19d2bed0afb5d71636b7c0237637b (patch)
tree705e76150e8c386897183983de048e128e1e914c /pkgs/development/tools/bazel-watcher
parentcc234879dd64dd57e190664203d856e71f3ae3b4 (diff)
bazel-watcher: Mark broken on darwin
Diffstat (limited to 'pkgs/development/tools/bazel-watcher')
-rw-r--r--pkgs/development/tools/bazel-watcher/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/bazel-watcher/default.nix b/pkgs/development/tools/bazel-watcher/default.nix
index 922ec3190170..e0a7febb875f 100644
--- a/pkgs/development/tools/bazel-watcher/default.nix
+++ b/pkgs/development/tools/bazel-watcher/default.nix
@@ -79,5 +79,7 @@ buildBazelPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.all;
+ # broken on darwin, see https://github.com/NixOS/nixpkgs/issues/105573
+ broken = stdenv.isDarwin;
};
}