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.
This commit is contained in:
parent
eb4a9d4d9c
commit
8ffe681713
@ -13551,7 +13551,7 @@ in
|
|||||||
siproxd = callPackage ../applications/networking/siproxd { };
|
siproxd = callPackage ../applications/networking/siproxd { };
|
||||||
|
|
||||||
skype = callPackage_i686 ../applications/networking/instant-messengers/skype {
|
skype = callPackage_i686 ../applications/networking/instant-messengers/skype {
|
||||||
qt4 = qt4.override {
|
qt4 = pkgsi686Linux.qt4.override {
|
||||||
stdenv = clangStdenv;
|
stdenv = clangStdenv;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -184,7 +184,6 @@ let
|
|||||||
pythonFull = linux;
|
pythonFull = linux;
|
||||||
sbcl = linux;
|
sbcl = linux;
|
||||||
qt3 = linux;
|
qt3 = linux;
|
||||||
qt4-clang = [ "i686-linux" ];
|
|
||||||
quake3demo = linux;
|
quake3demo = linux;
|
||||||
reiserfsprogs = linux;
|
reiserfsprogs = linux;
|
||||||
rubber = allBut cygwin;
|
rubber = allBut cygwin;
|
||||||
|
Loading…
Reference in New Issue
Block a user