Merge pull request #212800 from SuperSandro2000/go-forwarding-vendor

Closes https://github.com/NixOS/nixpkgs/issues/208036
This commit is contained in:
Sandro
2023-01-27 11:27:05 +01:00
committed by GitHub
+3
View File
@@ -83,9 +83,12 @@ let
inherit (args) src;
inherit (go) GOOS GOARCH;
prePatch = args.prePatch or "";
patches = args.patches or [];
patchFlags = args.patchFlags or [];
postPatch = args.postPatch or "";
preBuild = args.preBuild or "";
postBuild = args.postBuild or "";
sourceRoot = args.sourceRoot or "";
GO111MODULE = "on";