mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
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:
parent
5b83e496c8
commit
36107e6f03
@ -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;
|
||||
};
|
||||
};
|
||||
|
@ -184,7 +184,6 @@ let
|
||||
pythonFull = linux;
|
||||
sbcl = linux;
|
||||
qt3 = linux;
|
||||
qt4-clang = [ "i686-linux" ];
|
||||
quake3demo = linux;
|
||||
reiserfsprogs = linux;
|
||||
rubber = allBut cygwin;
|
||||
|
Loading…
Reference in New Issue
Block a user