mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
buildGoModule: no longer filter out vendorSha256
This commit is contained in:
parent
82961f880e
commit
7542b942a4
|
@ -59,7 +59,7 @@
|
|||
}@args':
|
||||
|
||||
let
|
||||
args = removeAttrs args' [ "overrideModAttrs" "vendorSha256" ];
|
||||
args = removeAttrs args' [ "overrideModAttrs" ];
|
||||
|
||||
GO111MODULE = "on";
|
||||
GOTOOLCHAIN = "local";
|
||||
|
|
Loading…
Reference in a new issue