Merge pull request #179061 from Atemu/fix/ts3-wayland
ts3: disable native wayland support
This commit is contained in:
commit
409a58adfa
@ -93,6 +93,8 @@ stdenv.mkDerivation rec {
|
||||
wrapProgram $out/bin/ts3client \
|
||||
--set LD_PRELOAD "${libredirect}/lib/libredirect.so" \
|
||||
--set QT_PLUGIN_PATH "${qtbase}/${qtbase.qtPluginPrefix}" \
|
||||
'' /* 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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user