From 5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Fri, 5 Aug 2016 03:33:05 -0400 Subject: [PATCH] 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. --- pkgs/applications/editors/neovim/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix index 15bd695aafc..a01dd7a8d84 100644 --- a/pkgs/applications/editors/neovim/default.nix +++ b/pkgs/applications/editors/neovim/default.nix @@ -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 , unibilium, makeWrapper, vimUtils, xsel @@ -72,7 +72,6 @@ let enableParallelBuilding = true; buildInputs = [ - glib libtermkey libuv libmsgpack