teamspeak_client: Remove qt4 dependency.

This commit is contained in:
Nathaniel Baxter 2014-09-12 23:21:31 +10:00
parent 0bfd27535f
commit afb405aed5
1 changed files with 6 additions and 4 deletions
pkgs/applications/networking/instant-messengers/teamspeak

View File

@ -1,5 +1,7 @@
{ stdenv, fetchurl, zlib, glib, libpng, freetype, xorg, fontconfig, alsaLib, makeWrapper, xlibs { stdenv, fetchurl, makeWrapper, zlib, glib, libpng, freetype, xorg
, qt5, pulseaudio ? null, qt4, xkeyboard_config, libredirect }: , fontconfig, xlibs, qt5, xkeyboard_config, alsaLib, pulseaudio ? null
, libredirect
}:
let let
@ -9,8 +11,8 @@ let
deps = deps =
[ zlib glib libpng freetype xorg.libSM xorg.libICE xorg.libXrender [ zlib glib libpng freetype xorg.libSM xorg.libICE xorg.libXrender
xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama xlibs.libxcb xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama
fontconfig xorg.libXext xorg.libX11 alsaLib qt5 pulseaudio xlibs.libxcb fontconfig xorg.libXext xorg.libX11 alsaLib qt5 pulseaudio
]; ];
in in