Merge pull request #177799 from squalus/git-lfs-cross

git-lfs: fix cross compile
main
Mario Rodas 2 years ago committed by GitHub
commit 81c87ab164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/version-management/git-lfs/default.nix

@ -25,7 +25,7 @@ buildGoModule rec {
subPackages = [ "." ];
preBuild = ''
go generate ./commands
GOARCH= go generate ./commands
'';
postBuild = ''

Loading…
Cancel
Save