cmake-language-server: build with pygls 0.9.x
This commit is contained in:
@@ -15,6 +15,11 @@ buildPythonApplication rec {
|
||||
sha256 = "0vz7bjxkk0phjhz3h9kj6yr7wnk3g7lqmkqraa0kw12mzcfck837";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'pygls = "^0.8.1"' 'pygls = "^0.9.0"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry ];
|
||||
propagatedBuildInputs = [ pygls pyparsing ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user