mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
bazel-watcher: fix build after default-go version upgrade
This commit is contained in:
parent
e768d95f41
commit
0b73f09d08
@ -2,7 +2,7 @@
|
|||||||
, bazel_5
|
, bazel_5
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, git
|
, git
|
||||||
, go
|
, go_1_21
|
||||||
, python3
|
, python3
|
||||||
, lib, stdenv
|
, lib, stdenv
|
||||||
}:
|
}:
|
||||||
@ -38,7 +38,7 @@ buildBazelPackage rec {
|
|||||||
hash = "sha256-ebNHAYKyE3226KiCc2/VSz1OSITuPwuYlAIS3JrWzj0=";
|
hash = "sha256-ebNHAYKyE3226KiCc2/VSz1OSITuPwuYlAIS3JrWzj0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ go git python3 ];
|
nativeBuildInputs = [ go_1_21 git python3 ];
|
||||||
removeRulesCC = false;
|
removeRulesCC = false;
|
||||||
|
|
||||||
bazel = bazel_5;
|
bazel = bazel_5;
|
||||||
|
Loading…
Reference in New Issue
Block a user