forked from mirrors/nixpkgs
gvproxy: pin to go 1.18
This commit is contained in:
parent
fdbb7e87ae
commit
6a62a6e8e4
|
@ -7449,7 +7449,9 @@ with pkgs;
|
|||
|
||||
gvolicon = callPackage ../tools/audio/gvolicon {};
|
||||
|
||||
gvproxy = callPackage ../tools/networking/gvproxy { };
|
||||
gvproxy = callPackage ../tools/networking/gvproxy {
|
||||
buildGoModule = buildGo118Module; # fails to build with 1.19
|
||||
};
|
||||
|
||||
gzip = callPackage ../tools/compression/gzip { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue