mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vimPlugins.fzf-wrapped: add missing meta attribute
This commit is contained in:
parent
ede06fc047
commit
67fa5bb216
1 changed files with 11 additions and 0 deletions
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue