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
@ -167,15 +167,6 @@ self: super: {
|
|||||||
dependencies = with super; [ ultisnips ];
|
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: {
|
vimshell-vim = super.vimshell-vim.overrideAttrs(old: {
|
||||||
dependencies = with super; [ vimproc-vim ];
|
dependencies = with super; [ vimproc-vim ];
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user