tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bazel_0_4: mark as broken
build has failed since 2018-04-29
Uli Baum
7 years ago
33b71398
31e11bdd
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
build-managers
bazel
0.4.nix
+1
pkgs/development/tools/build-managers/bazel/0.4.nix
···
14
license = licenses.asl20;
15
maintainers = with maintainers; [ cstrahan philandstuff ];
16
platforms = platforms.linux;
0
17
};
18
19
name = "bazel-${version}";
···
14
license = licenses.asl20;
15
maintainers = with maintainers; [ cstrahan philandstuff ];
16
platforms = platforms.linux;
17
+
broken = true; # 2018-08-07
18
};
19
20
name = "bazel-${version}";