Skip to content

Commit

Permalink
webkitgtk: build with gcc6 for now
Browse files Browse the repository at this point in the history
Some reverse dependencies will get two libstdc++ versions into the
closure by this, but I think that's still relatively safe.
  • Loading branch information
vcunat committed Feb 17, 2018
1 parent 7a1462c commit 1274db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -11473,6 +11473,7 @@ with pkgs;
webkitgtk218x = callPackage ../development/libraries/webkitgtk/2.18.nix {
harfbuzz = harfbuzz-icu;
inherit (gst_all_1) gst-plugins-base gst-plugins-bad;
stdenv = overrideCC stdenv gcc6;
};

webkitgtk24x-gtk2 = webkitgtk24x-gtk3.override {
Expand Down

0 comments on commit 1274db6

Please sign in to comment.