buildGoModule: no longer filter out vendorSha256 (#359798)
This commit is contained in:
commit
a4308aba72
@ -59,7 +59,7 @@
|
||||
}@args':
|
||||
|
||||
let
|
||||
args = removeAttrs args' [ "overrideModAttrs" "vendorSha256" ];
|
||||
args = removeAttrs args' [ "overrideModAttrs" ];
|
||||
|
||||
GO111MODULE = "on";
|
||||
GOTOOLCHAIN = "local";
|
||||
|
Loading…
Reference in New Issue
Block a user