mpv-unwrapped: set dontVersionCheck = true; for darwin (#508606)

This commit is contained in:
Alexis Hildebrandt
2026-04-19 05:01:53 +00:00
committed by GitHub
@@ -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