Merge pull request #49881 from kalbasit/nixpkgs_vimplugins-gist-depend-on-webapi

vimPlugins.gist-vim: gist-vim depends on WebApi
This commit is contained in:
Renaud 2018-11-09 14:27:08 +01:00 committed by GitHub
commit e1dd67c7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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