ryubing: gate x11 videodriver on linux (#417934)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user