summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix b/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
index 0a605c198a1..c8f8ccc4a08 100644
--- a/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
+++ b/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
@@ -26,18 +26,18 @@
   CallKit                          = {};
   Carbon                           = { inherit ApplicationServices CoreServices Foundation IOKit QuartzCore Security libobjc; };
   ClassKit                         = {};
-  CloudKit                         = {};
+  CloudKit                         = { inherit CoreLocation; };
   Cocoa                            = { inherit AppKit CoreData; };
   Collaboration                    = {};
   ColorSync                        = {};
   Combine                          = {};
   Contacts                         = {};
   ContactsUI                       = {};
-  CoreAudio                        = { inherit IOKit; };
+  CoreAudio                        = { inherit IOKit CoreAudioTypes; };
   CoreAudioKit                     = { inherit AudioUnit; };
   CoreAudioTypes                   = {};
   CoreBluetooth                    = {};
-  CoreData                         = {};
+  CoreData                         = { inherit CloudKit; };
   CoreDisplay                      = {};
   CoreFoundation                   = { inherit libobjc; };
   CoreGraphics                     = { inherit Accelerate IOKit IOSurface SystemConfiguration; };