teamspeak_client: Fix

Would error with the following when run:

    /run/current-system/sw/bin/ts3client: relocation error: /run/current-system/sw/bin/ts3client: symbol calloc version Qt_5 not defined in file libQt5WebEngineCore.so.5 with link time reference

Caused by the qt5 update from 5.11 to 5.12 in 8e811ec295
This commit is contained in:
Silvan Mosberger 2019-02-17 14:03:29 +01:00
parent e6fc400958
commit 989489507b
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -19525,7 +19525,7 @@ in
tambura = callPackage ../applications/audio/tambura { };
teamspeak_client = libsForQt5.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };
teamspeak_client = libsForQt511.callPackage ../applications/networking/instant-messengers/teamspeak/client.nix { };
teamspeak_server = callPackage ../applications/networking/instant-messengers/teamspeak/server.nix { };
taskell = callPackage ../applications/misc/taskell { };