Merge pull request #98597 from onsails/fix-onehalf

vim-plugins: onehalf - fix path
This commit is contained in:
Sandro 2021-03-30 15:56:10 +02:00 committed by GitHub
commit 2e1c5b6d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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