Loading pkgs/development/tools/gomplate/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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; Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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
pkgs/development/tools/gomplate/default.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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; Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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