Add missing arguments to qvim --- needed to preserve the partial Darwin compatibility fixes inherited from main vim expression
This commit is contained in:
parent
5bc317409f
commit
73847ca936
@ -8869,6 +8869,8 @@ let
|
|||||||
inherit (pkgs.xlibs) libX11 libXext libSM libXpm libXt libXaw libXau libXmu
|
inherit (pkgs.xlibs) libX11 libXext libSM libXpm libXt libXaw libXau libXmu
|
||||||
libICE;
|
libICE;
|
||||||
|
|
||||||
|
inherit (pkgs) stdenvAdapters gccApple;
|
||||||
|
|
||||||
features = "huge"; # one of tiny, small, normal, big or huge
|
features = "huge"; # one of tiny, small, normal, big or huge
|
||||||
lua = pkgs.lua5;
|
lua = pkgs.lua5;
|
||||||
flags = [ "python" "X11" ]; # only flag "X11" by now
|
flags = [ "python" "X11" ]; # only flag "X11" by now
|
||||||
|
Loading…
x
Reference in New Issue
Block a user