plugins/lsp/pylsp: remove useless dependency for pylsp-rope

This commit is contained in:
Gaetan Lepage 2024-07-25 17:58:50 +02:00 committed by GaetanLepage
parent 114c036850
commit ac50052a49

View file

@ -581,9 +581,6 @@ in
'';
});
rope = pylsp-rope.overridePythonAttrs (old: {
# TODO: remove when https://github.com/NixOS/nixpkgs/pull/329137 reaches nixos-unstable
build-system = [ setuptools ];
postPatch =
old.postPatch or ''''
+ ''