Commit 585c5ae3 authored by Atemu's avatar Atemu
Browse files

teamspeak3: remove NIX_REDIRECTS

The lib was removed earlier, so this doen't have any effect. It didn't appear to
cause any issues.
parent 4d98fc18
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  glib,
  qt5,
  libsForQt5,
  xkeyboard_config,
  perl,
  libcxx,
  autoPatchelfHook,
@@ -108,7 +107,6 @@ stdenv.mkDerivation rec {
  qtWrapperArgs = [
    # wayland is currently broken, remove when TS3 fixes that
    "--set QT_QPA_PLATFORM xcb"
    "--set NIX_REDIRECTS /usr/share/X11/xkb=${xkeyboard_config}/share/X11/xkb"
  ];

  installPhase = ''