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

main
Julien Moutinho 3 years ago committed by Tom Bereknyei
parent 4a33e26079
commit 378fe3e07f
  1. 1
      pkgs/development/go-modules/generic/default.nix

@ -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…
Cancel
Save