mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #331378 from reckenrode/coredata-12.3-fixes
darwin.apple_sdk_12_3: propagate CloudKit from CoreData
This commit is contained in:
commit
2ca45ae3ac
@ -47,6 +47,9 @@
|
||||
CoreAudio = {
|
||||
inherit IOKit;
|
||||
};
|
||||
CoreData = {
|
||||
inherit CloudKit;
|
||||
};
|
||||
CoreFoundation = {
|
||||
inherit libobjc;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user