fzf: Include fzf shell scripts in output

This commit is contained in:
Nadrieril 2017-07-02 19:01:12 +01:00
parent ce88027294
commit a0f9386d53

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; {