mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
gomobile: don't pin to go 1.16
This commit is contained in:
parent
1909454e55
commit
0ebd5585be
1 changed files with 1 additions and 3 deletions
|
@ -2474,9 +2474,7 @@ with pkgs;
|
|||
|
||||
xcodeenv = callPackage ../development/mobile/xcodeenv { };
|
||||
|
||||
gomobile = callPackage ../development/mobile/gomobile {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
gomobile = callPackage ../development/mobile/gomobile { };
|
||||
|
||||
ssh-agents = callPackage ../tools/networking/ssh-agents { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue