qt4-clang: fix fallout from f9b5ed66d1

There's still the question of Hydra binaries etc. but this should at
least fix evaluation and running problems.

(cherry picked from commit 8ffe681713)
This commit is contained in:
Vladimír Čunát 2016-03-28 09:05:12 +02:00 committed by Franz Pletz
parent 5b83e496c8
commit 36107e6f03
2 changed files with 1 additions and 2 deletions

View File

@ -13557,7 +13557,7 @@ let
siproxd = callPackage ../applications/networking/siproxd { };
skype = callPackage_i686 ../applications/networking/instant-messengers/skype {
qt4 = qt4.override {
qt4 = pkgsi686Linux.qt4.override {
stdenv = clangStdenv;
};
};

View File

@ -184,7 +184,6 @@ let
pythonFull = linux;
sbcl = linux;
qt3 = linux;
qt4-clang = [ "i686-linux" ];
quake3demo = linux;
reiserfsprogs = linux;
rubber = allBut cygwin;