mpv-unwrapped: set dontVersionCheck = true; for darwin

This commit is contained in:
FlameFlag
2026-04-10 15:57:36 +03:00
parent f222f2ec8b
commit 44bd0f5ce4
@@ -287,6 +287,10 @@ stdenv.mkDerivation (finalAttrs: {
];
doInstallCheck = true;
# On macOS, mpv --version initializes the full Cocoa app framework and
# connects to the window server, which hangs in a headless build environment
dontVersionCheck = stdenv.hostPlatform.isDarwin;
passthru = {
inherit
# The wrapper consults luaEnv and lua.version