neovim: pkgs argument was unused

This commit is contained in:
Rok Garbas 2016-06-06 13:00:44 +02:00
parent ab5a5f760f
commit 28ddc8c043

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, gettext, glib, libmsgpack, libtermkey
, libtool, libuv, lua, luajit, luaPackages, man, ncurses, perl, pkgconfig
, unibilium, makeWrapper, vimUtils, xsel
, pkgs
, withPython ? true, pythonPackages, extraPythonPackages ? []
, withPython3 ? true, python3Packages, extraPython3Packages ? []
, withJemalloc ? true, jemalloc