neovim: add missing libiconv

This commit is contained in:
Jörg Thalheim 2018-06-12 10:16:55 +01:00
parent 47348e20d1
commit b494ef4db6

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, gettext, libmsgpack, libtermkey { stdenv, fetchFromGitHub, cmake, gettext, libmsgpack, libtermkey, libiconv
, libtool, libuv, luaPackages, ncurses, perl, pkgconfig , libtool, libuv, luaPackages, ncurses, perl, pkgconfig
, unibilium, vimUtils, xsel, gperf, callPackage , unibilium, vimUtils, xsel, gperf, callPackage
, libvterm-neovim , libvterm-neovim
@ -32,6 +32,7 @@ let
luaPackages.lua luaPackages.lua
gperf gperf
] ++ optional withJemalloc jemalloc ] ++ optional withJemalloc jemalloc
++ optional stdenv.isDarwin libiconv
++ lualibs; ++ lualibs;
nativeBuildInputs = [ nativeBuildInputs = [