vimPlugins.gist-vim: gist-vim depends on WebApi

This commit is contained in:
Wael M. Nasreddine 2018-11-07 11:54:58 -08:00
parent efe6322ce4
commit 8bdd30edab
No known key found for this signature in database
GPG key ID: 82AE0A31B33CEFCF

View file

@ -162,6 +162,10 @@ with generated;
dependencies = ["self"];
});
gist-vim = gist-vim.overrideAttrs(old: {
dependencies = ["webapi-vim"];
});
gitv = gitv.overrideAttrs(old: {
dependencies = ["gitv"];
});