vimPlugins.fzf-wrapped: add missing meta attribute

This commit is contained in:
Clément
2026-04-26 15:29:33 -07:00
parent ede06fc047
commit 67fa5bb216
@@ -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 = [ ];
};
}