mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
vimPlugins.skim-vim: fix dependencies
This commit is contained in:
parent
a70a69156c
commit
24fdc40275
@ -713,7 +713,7 @@ self: super: {
|
||||
};
|
||||
|
||||
skim-vim = super.skim-vim.overrideAttrs (old: {
|
||||
dependencies = with self; [ skim ];
|
||||
dependencies = [ self.skim ];
|
||||
});
|
||||
|
||||
sniprun =
|
||||
|
Loading…
Reference in New Issue
Block a user