skype: use clang-built qt4 to fix segfault

This commit is contained in:
Nikolay Amiantov 2016-03-27 15:30:21 +03:00
parent b1a8ae2a35
commit 28af80fcc0
2 changed files with 8 additions and 1 deletions

View File

@ -13544,7 +13544,13 @@ in
siproxd = callPackage ../applications/networking/siproxd { };
skype = callPackage_i686 ../applications/networking/instant-messengers/skype { };
# Needed for skype
qt4-clang = qt4.override {
stdenv = clangStdenv;
};
skype = callPackage_i686 ../applications/networking/instant-messengers/skype {
qt4 = pkgsi686Linux.qt4-clang;
};
skype4pidgin = callPackage ../applications/networking/instant-messengers/pidgin-plugins/skype4pidgin { };

View File

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