bazel-watcher: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 10:36:54 +01:00
parent be247c12b8
commit 43b7b079dd

View File

@ -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";