neovim: rename wrapper

This commit is contained in:
Daniel Thwaites 2022-11-30 17:02:11 +00:00 committed by Matthieu Coudron
parent 994deb2bf1
commit d797db230d

View File

@ -55,7 +55,7 @@ let
postBuild = lib.optionalString stdenv.isLinux ''
rm $out/share/applications/nvim.desktop
substitute ${neovim}/share/applications/nvim.desktop $out/share/applications/nvim.desktop \
--replace 'Name=Neovim' 'Name=WrappedNeovim'
--replace 'Name=Neovim' 'Name=Neovim wrapper'
''
+ optionalString withPython3 ''
makeWrapper ${python3Env.interpreter} $out/bin/nvim-python3 --unset PYTHONPATH