go: fix buildGoModule by passing patchFlags to go-modules too

This commit is contained in:
Julien Moutinho 2021-09-19 16:51:14 +02:00 committed by Tom Bereknyei
parent 4a33e26079
commit 378fe3e07f

View file

@ -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 "";