Merge pull request #212800 from SuperSandro2000/go-forwarding-vendor
Closes https://github.com/NixOS/nixpkgs/issues/208036
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user