mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
lf: Install the manual page
This commit is contained in:
parent
b68770c1a2
commit
accfb93503
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ buildGoPackage rec {
|
|||
runHook postBuild
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
install -D --mode=444 lf.1 $out/share/man/man1/lf.1
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A terminal file manager written in Go and heavily inspired by ranger";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue