Skip to content

Commit

Permalink
eclipse: Do not use webkitgtk2 by default
Browse files Browse the repository at this point in the history
Tell callPackage to not include webkitgtk2 due to the fact that it has
multiple vulnerabilities.

(cherry picked from commit 49ea0e2)
  • Loading branch information
zraexy authored and bjornfor committed Mar 5, 2017
1 parent 9bc2992 commit 3cafb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13091,7 +13091,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 { };

Expand Down

0 comments on commit 3cafb67

Please sign in to comment.