summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Thwaites <danthwaites30@btinternet.com>2022-11-30 17:02:11 +0000
committerMatthieu Coudron <teto@users.noreply.github.com>2022-11-30 18:54:29 +0100
commitd797db230ded3a26b7daff80e11ac8f14df915da (patch)
tree254845ced3938c12139ad22ec4706abcdb89a6f4
parent994deb2bf1372d5abee5ca9d98c68633072ec837 (diff)
downloadnixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.tar
nixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.tar.gz
nixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.tar.bz2
nixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.tar.lz
nixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.tar.xz
nixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.tar.zst
nixpkgs-d797db230ded3a26b7daff80e11ac8f14df915da.zip
neovim: rename wrapper
-rw-r--r--pkgs/applications/editors/neovim/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix
index 0502e79cb5d..01a9cf98954 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -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