tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
apple_sdk_11_0: fix circular framework references
Stéphan Kochen
2 years ago
0c3aaf3e
b9e6d1db
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
apple-sdk-11.0
apple_sdk.nix
+2
-2
pkgs/os-specific/darwin/apple-sdk-11.0/apple_sdk.nix
···
185
Carbon = { inherit IOKit QuartzCore libobjc; };
186
CoreAudio = { inherit IOKit; };
187
CoreFoundation = { inherit libobjc; };
188
-
CoreGraphics = { inherit Accelerate IOSurface SystemConfiguration; };
189
CoreMIDIServer = { inherit CoreMIDI; };
190
CoreMedia = { inherit ApplicationServices AudioToolbox AudioUnit; };
191
-
CoreServices = { inherit CoreAudio CoreData NetFS OpenDirectory ServiceManagement; };
192
CoreWLAN = { inherit SecurityFoundation; };
193
DiscRecording = { inherit IOKit libobjc; };
194
Foundation = { inherit SystemConfiguration libobjc; };
···
185
Carbon = { inherit IOKit QuartzCore libobjc; };
186
CoreAudio = { inherit IOKit; };
187
CoreFoundation = { inherit libobjc; };
188
+
CoreGraphics = { inherit SystemConfiguration; };
189
CoreMIDIServer = { inherit CoreMIDI; };
190
CoreMedia = { inherit ApplicationServices AudioToolbox AudioUnit; };
191
+
CoreServices = { inherit CoreAudio NetFS ServiceManagement; };
192
CoreWLAN = { inherit SecurityFoundation; };
193
DiscRecording = { inherit IOKit libobjc; };
194
Foundation = { inherit SystemConfiguration libobjc; };