mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
teamspeak3: remove NIX_REDIRECTS
The lib was removed earlier, so this doen't have any effect. It didn't appear to cause any issues.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user