mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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:
commit
e1dd67c7a9
@ -162,6 +162,10 @@ with generated;
|
||||
dependencies = ["self"];
|
||||
});
|
||||
|
||||
gist-vim = gist-vim.overrideAttrs(old: {
|
||||
dependencies = ["webapi-vim"];
|
||||
});
|
||||
|
||||
gitv = gitv.overrideAttrs(old: {
|
||||
dependencies = ["gitv"];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user