Add missing arguments to qvim --- needed to preserve the partial Darwin compatibility fixes inherited from main vim expression

This commit is contained in:
Michael Raskin 2013-11-08 09:01:28 +04:00
parent 5bc317409f
commit 73847ca936

View File

@ -8869,6 +8869,8 @@ let
inherit (pkgs.xlibs) libX11 libXext libSM libXpm libXt libXaw libXau libXmu
libICE;
inherit (pkgs) stdenvAdapters gccApple;
features = "huge"; # one of tiny, small, normal, big or huge
lua = pkgs.lua5;
flags = [ "python" "X11" ]; # only flag "X11" by now