Commit 56a739f7 authored by Atemu's avatar Atemu
Browse files

teamspeak_client: make libredirect a regular runtimeDep

I don't see a need to preload here
parent 0f029a19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ let
    libpulseaudio
    libsForQt5.quazip
    libcxx
    libredirect
  ] ++ (with qt5; [
    qtbase
    qtwebengine
@@ -141,7 +142,6 @@ stdenv.mkDerivation rec {
      ln -s $out/lib/teamspeak/ts3client $out/bin/ts3client

      wrapProgram $out/bin/ts3client \
        --set LD_PRELOAD "${libredirect}/lib/libredirect.so" \
        --set QT_PLUGIN_PATH "${qt5.qtbase}/${qt5.qtbase.qtPluginPrefix}" \
    '' # wayland is currently broken, remove when TS3 fixes that
    + ''