From accfb935037a1095548533dd9586a810470d37e4 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 19 Jul 2018 22:27:40 +0200 Subject: lf: Install the manual page --- pkgs/tools/misc/lf/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/tools/misc') diff --git a/pkgs/tools/misc/lf/default.nix b/pkgs/tools/misc/lf/default.nix index 7f44dab71f4f..6ec9729438c8 100644 --- a/pkgs/tools/misc/lf/default.nix +++ b/pkgs/tools/misc/lf/default.nix @@ -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 = '' -- cgit 1.4.1