From c32d6f8cbdd747be8580052993b67af024cf3316 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sun, 18 Jul 2021 17:36:50 +0800 Subject: [PATCH] man-db: add meta.mainProgram --- pkgs/tools/misc/man-db/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/man-db/default.nix b/pkgs/tools/misc/man-db/default.nix index 4ac11aa62c1..9c8adc1d8d4 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"; }; }