vimPlugins.onehalf: fix path

This commit is contained in:
Andrey Kuznetsov 2021-03-27 19:44:24 +00:00
parent 760ea3eae6
commit 85e1e064e5
No known key found for this signature in database
GPG Key ID: 9EC1B2ACE338B18B

View File

@ -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 ];
});