Skip to content

Commit

Permalink
mpv: Switch to apple_sdk_11_0 for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Feb 28, 2023
1 parent f0a6216 commit 5b8e896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 5b8e896

Please sign in to comment.