3
0
Fork 0
forked from mirrors/nixpkgs

gvproxy: pin to go 1.18

This commit is contained in:
zowoq 2022-10-09 12:18:41 +10:00
parent fdbb7e87ae
commit 6a62a6e8e4

View file

@ -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 { };