apple_sdk_11_0: Add MediaRemote private framework
This commit is contained in:
parent
6b7ad5e523
commit
0610720dad
2 changed files with 5 additions and 4 deletions
|
@ -7,14 +7,15 @@
|
|||
AddressBookCore = { inherit ContactsPersistence; };
|
||||
AudioToolboxCore = {};
|
||||
ContactsPersistence = {};
|
||||
UIFoundation = {};
|
||||
GameCenterFoundation = {};
|
||||
GameCenterUI = {};
|
||||
GameCenterUICore = {};
|
||||
URLFormatting = {};
|
||||
SignpostMetrics = {};
|
||||
MediaRemote = {};
|
||||
PassKitCore = {};
|
||||
SignpostMetrics = {};
|
||||
SkyLight = {};
|
||||
UIFoundation = {};
|
||||
URLFormatting = {};
|
||||
|
||||
# Also expose CoreSymbolication; used by `root` package.
|
||||
CoreSymbolication = {};
|
||||
|
|
|
@ -12850,7 +12850,7 @@ with pkgs;
|
|||
sixpair = callPackage ../tools/misc/sixpair { };
|
||||
|
||||
sketchybar = darwin.apple_sdk_11_0.callPackage ../os-specific/darwin/sketchybar {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) Carbon Cocoa CoreWLAN DisplayServices SkyLight;
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) Carbon Cocoa CoreWLAN DisplayServices SkyLight MediaRemote;
|
||||
};
|
||||
|
||||
skippy-xd = callPackage ../tools/X11/skippy-xd { };
|
||||
|
|
Loading…
Reference in a new issue