mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Fix source url for java tools on darwin
This commit is contained in:
parent
27d4ce7ce0
commit
d086d45952
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue