git-lfs: fix cross compile
This commit is contained in:
parent
8f6d9759da
commit
084294c064
@ -25,7 +25,7 @@ buildGoModule rec {
|
||||
subPackages = [ "." ];
|
||||
|
||||
preBuild = ''
|
||||
go generate ./commands
|
||||
GOARCH= go generate ./commands
|
||||
'';
|
||||
|
||||
postBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user