mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #18014 from zimbatm/buildGoPackage-1.7
Build go package 1.7
This commit is contained in:
commit
fee9b3410e
@ -21,5 +21,6 @@ buildGoPackage rec {
|
||||
license = "MIT";
|
||||
maintainers = with stdenv.lib.maintainers; [ qknight ];
|
||||
meta.platforms = stdenv.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
@ -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