man-db: add meta.mainProgram

This commit is contained in:
Kid 2021-07-18 17:36:50 +08:00 committed by GitHub
parent 0839cf1d45
commit c32d6f8cbd

View file

@ -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";
};
}