From afb405aed5ccd8402c52ded52d5feec1723f299b Mon Sep 17 00:00:00 2001 From: Nathaniel Baxter Date: Fri, 12 Sep 2014 23:21:31 +1000 Subject: teamspeak_client: Remove qt4 dependency. --- .../networking/instant-messengers/teamspeak/client.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/networking/instant-messengers/teamspeak') diff --git a/pkgs/applications/networking/instant-messengers/teamspeak/client.nix b/pkgs/applications/networking/instant-messengers/teamspeak/client.nix index d7dc755e9abbe..11a462f5b19b2 100644 --- a/pkgs/applications/networking/instant-messengers/teamspeak/client.nix +++ b/pkgs/applications/networking/instant-messengers/teamspeak/client.nix @@ -1,5 +1,7 @@ -{ stdenv, fetchurl, zlib, glib, libpng, freetype, xorg, fontconfig, alsaLib, makeWrapper, xlibs -, qt5, pulseaudio ? null, qt4, xkeyboard_config, libredirect }: +{ stdenv, fetchurl, makeWrapper, zlib, glib, libpng, freetype, xorg +, fontconfig, xlibs, qt5, xkeyboard_config, alsaLib, pulseaudio ? null +, libredirect +}: let @@ -9,8 +11,8 @@ let deps = [ zlib glib libpng freetype xorg.libSM xorg.libICE xorg.libXrender - xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama xlibs.libxcb - fontconfig xorg.libXext xorg.libX11 alsaLib qt5 pulseaudio + xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama + xlibs.libxcb fontconfig xorg.libXext xorg.libX11 alsaLib qt5 pulseaudio ]; in -- cgit 1.4.1