Oops, merged a double-fix

This commit is contained in:
Michael Raskin 2013-11-08 13:55:20 +04:00
parent d569958894
commit 29d981d1bd

View File

@ -8876,8 +8876,6 @@ 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 {};