mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +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:
parent
4d98fc18e8
commit
585c5ae3bc
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user