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.
This commit is contained in:
Matthieu Coudron 2018-01-25 16:31:28 +09:00
parent 95880aaf06
commit bec047eca3

View file

@ -1,6 +1,5 @@
{ stdenv, lib, makeDesktopItem, makeWrapper, lndir
{ stdenv, lib, makeDesktopItem, makeWrapper
, vimUtils
, neovim
, bundlerEnv, ruby
, pythonPackages
, python3Packages