mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
man-db: add meta.mainProgram
This commit is contained in:
parent
0839cf1d45
commit
c32d6f8cbd
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user