cmake-language-server: build with pyparsing 3.0.6

main
Benjamin Orthen 2 years ago committed by Bjørn Forsman
parent 93f9b8cefe
commit e54a3f0819
  1. 5
      pkgs/development/tools/cmake-language-server/default.nix

@ -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…
Cancel
Save