ryubing: gate x11 videodriver on linux

This commit is contained in:
willow
2025-06-18 21:38:21 +02:00
parent ff31e2b2af
commit a36f4d2795
+1 -1
View File
@@ -96,7 +96,7 @@ buildDotnetModule rec {
"Ryujinx"
];
makeWrapperArgs = [
makeWrapperArgs = lib.optional stdenv.hostPlatform.isLinux [
# Without this Ryujinx fails to start on wayland. See https://github.com/Ryujinx/Ryujinx/issues/2714
"--set SDL_VIDEODRIVER x11"
];