mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp/pylsp: remove useless dependency for pylsp-rope
This commit is contained in:
parent
114c036850
commit
ac50052a49
1 changed files with 0 additions and 3 deletions
|
@ -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 ''''
|
||||
+ ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue