about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2016-08-05 03:33:05 -0400
committerRok Garbas <rok@garbas.si>2016-08-05 09:33:05 +0200
commit5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38 (patch)
tree8314ec1894c89ceb3b8cde663ff11eccd169f82a /pkgs/applications
parent4b62054f4c2e4ee09f141305bd09940ad78b1d34 (diff)
downloadnixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.tar
nixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.tar.gz
nixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.tar.bz2
nixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.tar.lz
nixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.tar.xz
nixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.tar.zst
nixlib-5e3eb476f5c3243e1a6f136cf10a0c2b13a88f38.zip
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.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/neovim/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 15bd695aafc8..a01dd7a8d846 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