From 33b71398fc132b1bee6affbc8b2503ee45fdeaff Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Tue, 7 Aug 2018 16:49:51 +0200 Subject: [PATCH] bazel_0_4: mark as broken build has failed since 2018-04-29 --- pkgs/development/tools/build-managers/bazel/0.4.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/build-managers/bazel/0.4.nix b/pkgs/development/tools/build-managers/bazel/0.4.nix index 69f467f577c8..1018abd6ee9c 100644 --- a/pkgs/development/tools/build-managers/bazel/0.4.nix +++ b/pkgs/development/tools/build-managers/bazel/0.4.nix @@ -14,6 +14,7 @@ stdenv.mkDerivation rec { license = licenses.asl20; maintainers = with maintainers; [ cstrahan philandstuff ]; platforms = platforms.linux; + broken = true; # 2018-08-07 }; name = "bazel-${version}";