mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
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:
parent
e6fc400958
commit
989489507b
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user