mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
teamspeak_client: fix for quazip 1.x
This commit is contained in:
parent
beca3d2c0b
commit
8a92cdd9f5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||
''
|
||||
mv ts3client_linux_${arch} ts3client
|
||||
echo "patching ts3client..."
|
||||
patchelf --replace-needed libquazip.so ${quazip}/lib/libquazip5.so ts3client
|
||||
patchelf --replace-needed libquazip.so ${quazip}/lib/libquazip1-qt5.so ts3client
|
||||
patchelf \
|
||||
--interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
||||
--set-rpath ${lib.makeLibraryPath deps}:$(cat $NIX_CC/nix-support/orig-cc)/${libDir} \
|
||||
|
|
Loading…
Reference in a new issue