forked from mirrors/nixpkgs
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 = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
preBuild = ''
|
||||||
|
pushd go/src/github.com/git-lfs/git-lfs
|
||||||
|
go generate ./commands
|
||||||
|
popd
|
||||||
|
'';
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
make -C go/src/${goPackagePath} man
|
make -C go/src/${goPackagePath} man
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue