teamspeak_client: Re-link with qt 5.9
This commit is contained in:
parent
3538492f33
commit
b1003e0d00
1 changed files with 1 additions and 1 deletions
|
@ -17151,7 +17151,7 @@ with pkgs;
|
|||
gconf = gnome2.GConf;
|
||||
};
|
||||
|
||||
teamspeak_client = libsForQt56.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };
|
||||
teamspeak_client = libsForQt5.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };
|
||||
teamspeak_server = callPackage ../applications/networking/instant-messengers/teamspeak/server.nix { };
|
||||
|
||||
taskjuggler = callPackage ../applications/misc/taskjuggler { ruby = ruby_2_0; };
|
||||
|
|
Loading…
Reference in a new issue