python310Packages.python-lsp-server: Add meta.mainProgram (#221728)

The `python-lsp-server` package has its main binary as `pylsp`. The
`mainProgram` meta attribute should reflect such to enable use of
`lib.getExe`.
This commit is contained in:
David H 2023-03-18 13:05:20 -04:00 committed by GitHub
parent 53f650a8fb
commit 69b0f3dc3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,5 +161,6 @@ buildPythonPackage rec {
changelog = "https://github.com/python-lsp/python-lsp-server/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "pylsp";
};
}