apple_sdk_11_0: fix circular framework references

This commit is contained in:
Stéphan Kochen 2022-10-15 22:27:51 +02:00
parent b9e6d1dbc0
commit 0c3aaf3e6c

View File

@ -185,10 +185,10 @@ in rec {
Carbon = { inherit IOKit QuartzCore libobjc; };
CoreAudio = { inherit IOKit; };
CoreFoundation = { inherit libobjc; };
CoreGraphics = { inherit Accelerate IOSurface SystemConfiguration; };
CoreGraphics = { inherit SystemConfiguration; };
CoreMIDIServer = { inherit CoreMIDI; };
CoreMedia = { inherit ApplicationServices AudioToolbox AudioUnit; };
CoreServices = { inherit CoreAudio CoreData NetFS OpenDirectory ServiceManagement; };
CoreServices = { inherit CoreAudio NetFS ServiceManagement; };
CoreWLAN = { inherit SecurityFoundation; };
DiscRecording = { inherit IOKit libobjc; };
Foundation = { inherit SystemConfiguration libobjc; };