vimPlugins.onehalf: fix path

wip/yesman
Andrey Kuznetsov 3 years ago
parent 760ea3eae6
commit 85e1e064e5
No known key found for this signature in database
GPG Key ID: 9EC1B2ACE338B18B
  1. 4
      pkgs/misc/vim-plugins/overrides.nix

@ -340,6 +340,10 @@ self: super: {
dependencies = [ self.fzfWrapper ];
});
onehalf = super.onehalf.overrideAttrs (old: {
configurePhase = "cd vim";
});
skim-vim = super.skim-vim.overrideAttrs (old: {
dependencies = [ self.skim ];
});

Loading…
Cancel
Save