diff options
| author | Claudio Bley <cbley@exa-online.de> | 2020-12-07 12:33:22 +0100 |
|---|---|---|
| committer | Claudio Bley <cbley@exa-online.de> | 2020-12-07 12:33:22 +0100 |
| commit | 919d3ea2a0c19d2bed0afb5d71636b7c0237637b (patch) | |
| tree | 705e76150e8c386897183983de048e128e1e914c | |
| parent | bazel-watcher: Show version string instead of `{STABLE_GIT_VERSION}` (diff) | |
| download | nixpkgs-919d3ea2a0c19d2bed0afb5d71636b7c0237637b.tar.gz | |
bazel-watcher: Mark broken on darwin
| -rw-r--r-- | pkgs/development/tools/bazel-watcher/default.nix | 2 |
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; }; } |
