Merge pull request #130532 from kidonng/man-db

man-db: add meta.mainProgram
This commit is contained in:
Jörg Thalheim 2021-07-18 11:54:31 +01:00 committed by GitHub
commit 9a96cf3c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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