From 97b472ac81aebe063277541fe6f3d270089ba43e Mon Sep 17 00:00:00 2001 From: arexon Date: Thu, 30 Oct 2025 18:03:07 +0300 Subject: [PATCH] mcpelauncher-client: fix sdl3 audio --- pkgs/by-name/mc/mcpelauncher-client/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mc/mcpelauncher-client/package.nix b/pkgs/by-name/mc/mcpelauncher-client/package.nix index 598fe0b50c14..386a94f1721a 100644 --- a/pkgs/by-name/mc/mcpelauncher-client/package.nix +++ b/pkgs/by-name/mc/mcpelauncher-client/package.nix @@ -98,7 +98,7 @@ clangStdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "USE_OWN_CURL" false) (lib.cmakeBool "ENABLE_DEV_PATHS" false) (lib.cmakeFeature "GAMEWINDOW_SYSTEM" "GLFW") - (lib.cmakeBool "USE_SDL3_AUDIO" false) + (lib.cmakeBool "SDL3_VENDORED" false) (lib.cmakeBool "BUILD_WEBVIEW" withQtWebview) (lib.cmakeBool "XAL_WEBVIEW_USE_CLI" (!withQtWebview)) (lib.cmakeBool "XAL_WEBVIEW_USE_QT" withQtWebview)