about summary refs log tree commit diff
path: root/pkgs/tools/misc/man-db
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2021-07-18 17:36:50 +0800
committerGitHub <noreply@github.com>2021-07-18 10:52:40 +0000
commitc32d6f8cbdd747be8580052993b67af024cf3316 (patch)
tree6c1c0aca542188053ca0842fb615611beb7d288e /pkgs/tools/misc/man-db
parent0839cf1d45bc216bd83eef75296aa3b8835c8135 (diff)
man-db: add meta.mainProgram
Diffstat (limited to 'pkgs/tools/misc/man-db')
-rw-r--r--pkgs/tools/misc/man-db/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/man-db/default.nix b/pkgs/tools/misc/man-db/default.nix
index 4ac11aa62c1ba..9c8adc1d8d416 100644
--- a/pkgs/tools/misc/man-db/default.nix
+++ b/pkgs/tools/misc/man-db/default.nix
@@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
     description = "An implementation of the standard Unix documentation system accessed using the man command";
     license = licenses.gpl2;
     platforms = lib.platforms.unix;
+    mainProgram = "man";
   };
 }