Unverified Commit 69b0f3dc authored by David H's avatar David H Committed by GitHub
Browse files

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`.
parent 53f650a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}