vimPlugins.fzf-wrapped: add missing meta attribute
This commit is contained in:
@@ -11,4 +11,15 @@ vimUtils.buildVimPlugin {
|
||||
postInstall = ''
|
||||
ln -s ${fzf}/bin/fzf $target/bin/fzf
|
||||
'';
|
||||
|
||||
meta = {
|
||||
inherit (fzf.meta)
|
||||
changelog
|
||||
description
|
||||
homepage
|
||||
license
|
||||
platforms
|
||||
;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user