mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
cmake-language-server: build with pyparsing 3.0.6
This commit is contained in:
parent
93f9b8cefe
commit
e54a3f0819
@ -26,6 +26,11 @@ buildPythonApplication rec {
|
|||||||
./disable-test-timeouts.patch
|
./disable-test-timeouts.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace 'pyparsing = "^2.4"' 'pyparsing = "^3.0.6"'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry ];
|
nativeBuildInputs = [ poetry ];
|
||||||
propagatedBuildInputs = [ pygls pyparsing ];
|
propagatedBuildInputs = [ pygls pyparsing ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user