mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
all-packages: use go 1.12 for grpcui
This commit is contained in:
parent
ee2c8ece9e
commit
745b299403
1 changed files with 3 additions and 1 deletions
|
@ -3618,7 +3618,9 @@ in
|
|||
|
||||
grpcurl = callPackage ../tools/networking/grpcurl { };
|
||||
|
||||
grpcui = callPackage ../tools/networking/grpcui { };
|
||||
grpcui = callPackage ../tools/networking/grpcui {
|
||||
buildGoModule = buildGo112Module;
|
||||
};
|
||||
|
||||
grub = pkgsi686Linux.callPackage ../tools/misc/grub ({
|
||||
stdenv = overrideCC stdenv buildPackages.pkgsi686Linux.gcc6;
|
||||
|
|
Loading…
Reference in a new issue