mpv: Switch to apple_sdk_11_0 for darwin

This commit is contained in:
Zhong Jianxin 2023-02-07 00:21:48 +08:00
parent f0a6216eeb
commit 5b8e896dba
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
}:
let
inherit (darwin.apple_sdk.frameworks) AVFoundation CoreFoundation CoreMedia Cocoa CoreAudio MediaPlayer;
inherit (darwin.apple_sdk_11_0.frameworks) AVFoundation CoreFoundation CoreMedia Cocoa CoreAudio MediaPlayer;
luaEnv = lua.withPackages (ps: with ps; [ luasocket ]);
in stdenv.mkDerivation (self: {
pname = "mpv";

View File

@ -31402,7 +31402,7 @@ with pkgs;
libdvdnav = libdvdnav_4_2_1;
} // (config.mplayer or {}));
mpv-unwrapped = callPackage ../applications/video/mpv {
mpv-unwrapped = darwin.apple_sdk_11_0.callPackage ../applications/video/mpv {
inherit lua;
};