mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #18014 from zimbatm/buildGoPackage-1.7
Build go package 1.7
This commit is contained in:
commit
fee9b3410e
2 changed files with 6 additions and 1 deletions
|
@ -21,5 +21,6 @@ buildGoPackage rec {
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
maintainers = with stdenv.lib.maintainers; [ qknight ];
|
maintainers = with stdenv.lib.maintainers; [ qknight ];
|
||||||
meta.platforms = stdenv.lib.platforms.linux;
|
meta.platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10009,7 +10009,11 @@ in
|
||||||
go = go_1_6;
|
go = go_1_6;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildGoPackage = buildGo16Package;
|
buildGo17Package = callPackage ../development/go-modules/generic {
|
||||||
|
go = go_1_7;
|
||||||
|
};
|
||||||
|
|
||||||
|
buildGoPackage = buildGo17Package;
|
||||||
|
|
||||||
go2nix = callPackage ../development/tools/go2nix { };
|
go2nix = callPackage ../development/tools/go2nix { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue