mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
buildGoPackage: build with go 1.7
This commit is contained in:
parent
c32ab50e0f
commit
4329958cf5
@ -10009,7 +10009,11 @@ in
|
||||
go = go_1_6;
|
||||
};
|
||||
|
||||
buildGoPackage = buildGo16Package;
|
||||
buildGo17Package = callPackage ../development/go-modules/generic {
|
||||
go = go_1_7;
|
||||
};
|
||||
|
||||
buildGoPackage = buildGo17Package;
|
||||
|
||||
go2nix = callPackage ../development/tools/go2nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user