webkitgtk: build with gcc6 for now

Some reverse dependencies will get two libstdc++ versions into the
closure by this, but I think that's still relatively safe.
This commit is contained in:
Vladimír Čunát 2018-02-17 14:45:03 +01:00
parent 7a1462c04a
commit 1274db63c6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 {