1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

webkitgtk, kde.qtcurve: build with default gcc (not 4.7)

This commit is contained in:
Vladimír Čunát 2014-01-05 09:42:07 +01:00
parent 9443129b08
commit 5c33b7350b

View file

@ -5837,7 +5837,6 @@ let
};
webkitgtk = callPackage ../development/libraries/webkitgtk {
stdenv = overrideGCC stdenv gcc47;
libsoup = libsoup_2_44;
harfbuzz = harfbuzz.override {
withIcu = true;
@ -9769,9 +9768,7 @@ let
psi = callPackage ../applications/networking/instant-messengers/psi { };
qtcurve = callPackage ../misc/themes/qtcurve {
stdenv = overrideGCC stdenv gcc47;
};
qtcurve = callPackage ../misc/themes/qtcurve { };
quassel = callPackage ../applications/networking/irc/quassel { };