nix/pkgs/copybara: update from bazelTarget to bazelTargets
This commit is contained in:
parent
87f9c27ba9
commit
d29f442a3b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildBazelPackage rec {
|
|||
|
||||
nativeBuildInputs = [ git mercurial openjdk11_headless makeWrapper ];
|
||||
|
||||
bazelTarget = "//java/com/google/copybara:copybara_deploy.jar";
|
||||
bazelTargets = [ "//java/com/google/copybara:copybara_deploy.jar" ];
|
||||
removeRulesCC = false;
|
||||
fetchConfigured = true;
|
||||
bazelFlags = [
|
||||
|
|
Loading…
Reference in a new issue