mpv: Switch to apple_sdk_11_0 for darwin
This commit is contained in:
parent
f0a6216eeb
commit
5b8e896dba
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user