apple_sdk_11_0: fix circular framework references

+2 -2
+2 -2
pkgs/os-specific/darwin/apple-sdk-11.0/apple_sdk.nix
··· 185 185 Carbon = { inherit IOKit QuartzCore libobjc; }; 186 186 CoreAudio = { inherit IOKit; }; 187 187 CoreFoundation = { inherit libobjc; }; 188 - CoreGraphics = { inherit Accelerate IOSurface SystemConfiguration; }; 188 + CoreGraphics = { inherit SystemConfiguration; }; 189 189 CoreMIDIServer = { inherit CoreMIDI; }; 190 190 CoreMedia = { inherit ApplicationServices AudioToolbox AudioUnit; }; 191 - CoreServices = { inherit CoreAudio CoreData NetFS OpenDirectory ServiceManagement; }; 191 + CoreServices = { inherit CoreAudio NetFS ServiceManagement; }; 192 192 CoreWLAN = { inherit SecurityFoundation; }; 193 193 DiscRecording = { inherit IOKit libobjc; }; 194 194 Foundation = { inherit SystemConfiguration libobjc; };