summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-01-25 16:31:28 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-01-25 16:38:22 +0900
commitbec047eca3a66cfef43d1afd9f193fbdfc358a03 (patch)
tree3cade1b6e999a4354435f7a3d4a235f4df9e2cf1 /pkgs/applications/editors/neovim
parent95880aaf062616dd486139a27df86c80e93bd1a4 (diff)
downloadnixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.tar
nixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.tar.gz
nixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.tar.bz2
nixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.tar.lz
nixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.tar.xz
nixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.tar.zst
nixlib-bec047eca3a66cfef43d1afd9f193fbdfc358a03.zip
neovim: remove confusing neovim parameter
The neovim package refers to itself, hopefully it is shadowed by a
function parameter but it is confusing, let's remove it.
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/wrapper.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix
index e2218473d723..187474de5b6f 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -1,6 +1,5 @@
-{ stdenv, lib, makeDesktopItem, makeWrapper, lndir
+{ stdenv, lib, makeDesktopItem, makeWrapper
 , vimUtils
-, neovim
 , bundlerEnv, ruby
 , pythonPackages
 , python3Packages