mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vimPlugins: remove ensime-vim from overrides
This commit is contained in:
parent
2f71985559
commit
656116194e
1 changed files with 0 additions and 5 deletions
|
@ -227,11 +227,6 @@ self: super: {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
ensime-vim = super.ensime-vim.overrideAttrs (old: {
|
|
||||||
passthru.python3Dependencies = ps: with ps; [ sexpdata websocket-client ];
|
|
||||||
dependencies = with self; [ vimproc-vim vimshell-vim self.self forms ];
|
|
||||||
});
|
|
||||||
|
|
||||||
fcitx-vim = super.fcitx-vim.overrideAttrs (old: {
|
fcitx-vim = super.fcitx-vim.overrideAttrs (old: {
|
||||||
passthru.python3Dependencies = ps: with ps; [ dbus-python ];
|
passthru.python3Dependencies = ps: with ps; [ dbus-python ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue