From 919d3ea2a0c19d2bed0afb5d71636b7c0237637b Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Mon, 7 Dec 2020 12:33:22 +0100 Subject: bazel-watcher: Mark broken on darwin --- pkgs/development/tools/bazel-watcher/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/tools/bazel-watcher') diff --git a/pkgs/development/tools/bazel-watcher/default.nix b/pkgs/development/tools/bazel-watcher/default.nix index 922ec319017..e0a7febb875 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; }; } -- cgit 1.4.1