lf: Install the manual page

This commit is contained in:
Michael Weiss 2018-07-19 22:27:40 +02:00
parent b68770c1a2
commit accfb93503

View File

@ -28,6 +28,10 @@ buildGoPackage rec {
runHook postBuild runHook postBuild
''; '';
postInstall = ''
install -D --mode=444 lf.1 $out/share/man/man1/lf.1
'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A terminal file manager written in Go and heavily inspired by ranger"; description = "A terminal file manager written in Go and heavily inspired by ranger";
longDescription = '' longDescription = ''