mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
go: fix buildGoModule by passing patchFlags to go-modules too
This commit is contained in:
parent
4a33e26079
commit
378fe3e07f
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ let
|
|||
inherit (go) GOOS GOARCH;
|
||||
|
||||
patches = args.patches or [];
|
||||
patchFlags = args.patchFlags or [];
|
||||
preBuild = args.preBuild or "";
|
||||
sourceRoot = args.sourceRoot or "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue