neovim: remove unused glib dependency (#17499)
As far as I can tell, neovim has never required glib to build. The neovim libtermkey does include a demo-glib.c example, but that is optional.
This commit is contained in:
parent
4b62054f4c
commit
5e3eb476f5
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, gettext, glib, libmsgpack, libtermkey
|
{ stdenv, fetchFromGitHub, cmake, gettext, libmsgpack, libtermkey
|
||||||
, libtool, libuv, luajit, luaPackages, man, ncurses, perl, pkgconfig
|
, libtool, libuv, luajit, luaPackages, man, ncurses, perl, pkgconfig
|
||||||
, unibilium, makeWrapper, vimUtils, xsel
|
, unibilium, makeWrapper, vimUtils, xsel
|
||||||
|
|
||||||
@ -72,7 +72,6 @@ let
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
|
||||||
libtermkey
|
libtermkey
|
||||||
libuv
|
libuv
|
||||||
libmsgpack
|
libmsgpack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user