mpv: fix sandbox-related versionCheck breakage on darwin (#472452)

This commit is contained in:
Aleksana
2025-12-21 11:43:27 +00:00
committed by GitHub
+4
View File
@@ -264,6 +264,10 @@ stdenv.mkDerivation (finalAttrs: {
popd
'';
sandboxProfile = lib.optionalString stdenv.hostPlatform.isDarwin ''
(allow mach-lookup (global-name "com.apple.coreservices.launchservicesd"))
'';
postInstall = ''
# Use a standard font
mkdir -p $out/share/mpv