neovim: pkgs argument was unused
This commit is contained in:
parent
ab5a5f760f
commit
28ddc8c043
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, cmake, gettext, glib, libmsgpack, libtermkey
|
{ stdenv, fetchFromGitHub, cmake, gettext, glib, libmsgpack, libtermkey
|
||||||
, libtool, libuv, lua, luajit, luaPackages, man, ncurses, perl, pkgconfig
|
, libtool, libuv, lua, luajit, luaPackages, man, ncurses, perl, pkgconfig
|
||||||
, unibilium, makeWrapper, vimUtils, xsel
|
, unibilium, makeWrapper, vimUtils, xsel
|
||||||
, pkgs
|
|
||||||
, withPython ? true, pythonPackages, extraPythonPackages ? []
|
, withPython ? true, pythonPackages, extraPythonPackages ? []
|
||||||
, withPython3 ? true, python3Packages, extraPython3Packages ? []
|
, withPython3 ? true, python3Packages, extraPython3Packages ? []
|
||||||
, withJemalloc ? true, jemalloc
|
, withJemalloc ? true, jemalloc
|
||||||
|
|
Loading…
Reference in New Issue