1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

darwin-frameworks: add import CoreFoundation to CoreServices

This commit is contained in:
Daiderd Jordan 2019-06-19 19:11:03 +02:00
parent 73d9cac377
commit 8ea702a484
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -110,7 +110,8 @@ with frameworks; with libs; {
ApplicationServices = [ CoreServices CoreText ImageIO ];
Carbon = [ ApplicationServices CoreServices Foundation IOKit Security QuartzCore ];
CoreBluetooth = [];
CoreServices = [ CFNetwork CoreAudio CoreData DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
# TODO: figure out which part of the umbrella depends on CoreFoundation and move it there.
CoreServices = [ CFNetwork CoreFoundation CoreAudio CoreData DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
IOBluetooth = [ IOKit ];
JavaVM = [];
OpenDirectory = [];