mpv: fix sandbox-related versionCheck breakage on darwin (#472452)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user