qvim: fix stdenvAdapters issue

This commit is contained in:
Sergey Mironov 2013-11-08 12:19:01 +04:00
parent c8bb648f0f
commit 139b10eb93

@ -8893,6 +8893,8 @@ let
features = "huge"; # one of tiny, small, normal, big or huge
lua = pkgs.lua5;
flags = [ "python" "X11" ]; # only flag "X11" by now
inherit stdenvAdapters gccApple;
});
virtviewer = callPackage ../applications/virtualization/virt-viewer {};