teamspeak_client: Remove qt4 dependency.
This commit is contained in:
parent
0bfd27535f
commit
afb405aed5
pkgs/applications/networking/instant-messengers/teamspeak
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue