neovim-remote: add meta.mainProgram (#166173)

This commit is contained in:
Malo Bourgon 2022-03-28 19:15:31 -07:00 committed by GitHub
parent 8c5ec1e561
commit fc3331b522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,5 +41,6 @@ with python3.pkgs; buildPythonApplication rec {
license = licenses.mit;
maintainers = with maintainers; [ edanaher ];
platforms = platforms.unix;
mainProgram = "nvr";
};
}