cmake-language-server: build with pyparsing 3.0.6
This commit is contained in:
parent
93f9b8cefe
commit
e54a3f0819
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ buildPythonApplication rec {
|
|||
./disable-test-timeouts.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'pyparsing = "^2.4"' 'pyparsing = "^3.0.6"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry ];
|
||||
propagatedBuildInputs = [ pygls pyparsing ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue