mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
gomplate: use go 1.20
This commit is contained in:
parent
3428bdf3c9
commit
cae55ac31d
2 changed files with 1 additions and 7 deletions
|
@ -7,10 +7,6 @@ buildGoModule rec {
|
|||
pname = "gomplate";
|
||||
version = "3.11.5";
|
||||
|
||||
# gomplate is currently built w/ go 1.19 (see pkgs/top-level/all-packages.nix), but
|
||||
# it seems the reported "go 1.20 build failure" does no longer occurr.
|
||||
# TODO remove indication to use go 1.19 in pkgs/top-level/all-packages.nix when next upgrading gomplate
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hairyhenderson";
|
||||
repo = pname;
|
||||
|
|
|
@ -26540,9 +26540,7 @@ with pkgs;
|
|||
|
||||
gomp = callPackage ../applications/version-management/gomp { };
|
||||
|
||||
gomplate = callPackage ../development/tools/gomplate {
|
||||
buildGoModule = buildGo119Module; # go 1.20 build failure
|
||||
};
|
||||
gomplate = callPackage ../development/tools/gomplate { };
|
||||
|
||||
gpm = callPackage ../servers/gpm {
|
||||
withNcurses = false; # Keep curses disabled for lack of value
|
||||
|
|
Loading…
Reference in a new issue