forked from mirrors/nixpkgs
teamspeak_client: Remove qt4 dependency.
This commit is contained in:
parent
0bfd27535f
commit
afb405aed5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue