10 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "openlawlibrary";
19 sha256 = "1v7x5598d6jg8ya0spqjma56y062rznwimsrp8nq6fkskqgfm0ds";
22 checkInputs = [ mock pytest-asyncio pytestCheckHook ];
25 description = "Pythonic generic implementation of the Language Server Protocol";
26 homepage = "https://github.com/openlawlibrary/pygls";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ metadark ];