forked from mirrors/nixpkgs
neovim: fix bundlerEnv
This commit is contained in:
parent
823facf2cc
commit
ba58b425f1
|
@ -25,7 +25,7 @@ let
|
|||
name = "neovim-ruby-env";
|
||||
gemdir = ./ruby_provider;
|
||||
postBuild = ''
|
||||
ln -s ${ruby}/bin/* $out/bin
|
||||
ln -sf ${ruby}/bin/* $out/bin
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue