bazel-watcher: use python3
This commit is contained in:
parent
be247c12b8
commit
43b7b079dd
@ -2,7 +2,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, git
|
, git
|
||||||
, go
|
, go
|
||||||
, python
|
, python3
|
||||||
, lib, stdenv
|
, lib, stdenv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ buildBazelPackage rec {
|
|||||||
sha256 = "0gigl1lg8sb4bj5crvj54329ws4yirldbncs15f96db6vhp0ig7r";
|
sha256 = "0gigl1lg8sb4bj5crvj54329ws4yirldbncs15f96db6vhp0ig7r";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ go git python ];
|
nativeBuildInputs = [ go git python3 ];
|
||||||
removeRulesCC = false;
|
removeRulesCC = false;
|
||||||
|
|
||||||
bazelTarget = "//ibazel";
|
bazelTarget = "//ibazel";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user