vimPlugins.taglist-vim: fix build
The override actually broke the build, no idea why it was added originally. The build works fine without it.
This commit is contained in:
parent
af465293f1
commit
58b4351b38
1 changed files with 0 additions and 9 deletions
|
@ -167,15 +167,6 @@ self: super: {
|
|||
dependencies = with super; [ ultisnips ];
|
||||
});
|
||||
|
||||
taglist-vim = super.taglist-vim.overrideAttrs(old: {
|
||||
setSourceRoot = ''
|
||||
export sourceRoot=taglist
|
||||
mkdir taglist
|
||||
mv doc taglist
|
||||
mv plugin taglist
|
||||
'';
|
||||
});
|
||||
|
||||
vimshell-vim = super.vimshell-vim.overrideAttrs(old: {
|
||||
dependencies = with super; [ vimproc-vim ];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue