osu-lazer-bin: fix opengl renderer on nvidia + wayland (#462052)

This commit is contained in:
Aleksana
2025-11-16 14:06:03 +00:00
committed by GitHub

View File

@@ -90,6 +90,11 @@ else
extraPkgs = pkgs: with pkgs; [ icu ];
# fix OpenGL renderer on nvidia + wayland
extraBwrapArgs = [
"--ro-bind-try /etc/egl/egl_external_platform.d /etc/egl/egl_external_platform.d"
];
extraInstallCommands =
let
contents = appimageTools.extract { inherit pname version src; };