mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
apple_sdk_11_0: fix circular framework references
This commit is contained in:
parent
b9e6d1dbc0
commit
0c3aaf3e6c
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user