1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

git-lfs: fix manpage install

This commit is contained in:
Mario Rodas 2020-05-02 11:24:15 -05:00
parent 82a0539d1d
commit 06bed53569
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -24,7 +24,7 @@ buildGoPackage rec {
'';
postInstall = ''
installManPage man/*.1 man/*.5
installManPage go/src/${goPackagePath}/man/*.{1,5}
'';
meta = with stdenv.lib; {