Commit d797db23 authored by Daniel Thwaites's avatar Daniel Thwaites Committed by Matthieu Coudron
Browse files

neovim: rename wrapper

parent 994deb2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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