eclipse: Do not use webkitgtk2 by default

Tell callPackage to not include webkitgtk2 due to the fact that it has
multiple vulnerabilities.
This commit is contained in:
zraexy 2017-03-04 10:33:53 -09:00 committed by Bjørn Forsman
parent 7582da5d8b
commit 49ea0e2736

View File

@ -13110,7 +13110,7 @@ with pkgs;
eaglemode = callPackage ../applications/misc/eaglemode { };
eclipses = recurseIntoAttrs (callPackage ../applications/editors/eclipse { });
eclipses = recurseIntoAttrs (callPackage ../applications/editors/eclipse { webkitgtk2 = null; });
ecs-agent = callPackage ../applications/virtualization/ecs-agent { };