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:
parent
7a1462c04a
commit
1274db63c6
|
@ -11473,6 +11473,7 @@ with pkgs;
|
||||||
webkitgtk218x = callPackage ../development/libraries/webkitgtk/2.18.nix {
|
webkitgtk218x = callPackage ../development/libraries/webkitgtk/2.18.nix {
|
||||||
harfbuzz = harfbuzz-icu;
|
harfbuzz = harfbuzz-icu;
|
||||||
inherit (gst_all_1) gst-plugins-base gst-plugins-bad;
|
inherit (gst_all_1) gst-plugins-base gst-plugins-bad;
|
||||||
|
stdenv = overrideCC stdenv gcc6;
|
||||||
};
|
};
|
||||||
|
|
||||||
webkitgtk24x-gtk2 = webkitgtk24x-gtk3.override {
|
webkitgtk24x-gtk2 = webkitgtk24x-gtk3.override {
|
||||||
|
|
Loading…
Reference in New Issue