Skip to content

Commit

Permalink
Fix source url for java tools on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
guibou committed Jun 24, 2019
1 parent 27d4ce7 commit d086d45
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/tools/build-managers/bazel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ let
remote_java_tools = stdenv.mkDerivation {
name = "remote_java_tools_${system}";

src = fetchurl {
url = "https://mirror.bazel.build/bazel_java_tools/releases/javac11/v2.0/java_tools_javac11_${system}-v2.0.zip";
sha256 = "074d624fb34441df369afdfd454e75dba821d5d54932fcfee5ba598d17dc1b99";
};
src = srcDepsSet."java_tools_javac11_${system}-v2.0.zip";

nativeBuildInputs = [ autoPatchelfHook unzip ];
buildInputs = [ gcc-unwrapped ];
Expand Down

0 comments on commit d086d45

Please sign in to comment.