summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-08-07 16:49:51 +0200
committerUli Baum <xeji@cat3.de>2018-08-07 16:53:36 +0200
commit33b71398fc132b1bee6affbc8b2503ee45fdeaff (patch)
tree41fe9beb58be823509573a539fa96a8aa05a5346 /pkgs/development/tools
parent31e11bdd60fd164bc7f52c0a4f59024382a58851 (diff)
downloadnixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.tar
nixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.tar.gz
nixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.tar.bz2
nixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.tar.lz
nixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.tar.xz
nixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.tar.zst
nixlib-33b71398fc132b1bee6affbc8b2503ee45fdeaff.zip
bazel_0_4: mark as broken
build has failed since 2018-04-29
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/bazel/0.4.nix1
1 files changed, 1 insertions, 0 deletions
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}";