Merge pull request #155011 from lunaris/patch-1
git-lfs: Build subcommands
This commit is contained in:
commit
41e28ecc08
@ -19,6 +19,12 @@ buildGoPackage rec {
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
preBuild = ''
|
||||
pushd go/src/github.com/git-lfs/git-lfs
|
||||
go generate ./commands
|
||||
popd
|
||||
'';
|
||||
|
||||
postBuild = ''
|
||||
make -C go/src/${goPackagePath} man
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user