Merge pull request #27058 from Nadrieril/fzf-shell-scripts

fzf: Include fzf shell scripts in output
This commit is contained in:
Jörg Thalheim 2017-07-03 08:01:04 +01:00 committed by GitHub
commit 40c6f7e108
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ buildGoPackage rec {
cp -r $src/man/man1 $man/share/man
mkdir -p $out/share/vim-plugins
ln -s $out/share/go/src/github.com/junegunn/fzf $out/share/vim-plugins/${name}
cp -R $src/shell $out/share/shell
'';
meta = with stdenv.lib; {