Skip to content

Commit

Permalink
darwin-frameworks: add impure version of CoreFoundation
Browse files Browse the repository at this point in the history
(cherry picked from commit bb02b80)
  • Loading branch information
LnL7 committed Sep 23, 2017
1 parent 8d34b09 commit cb78d96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/darwin/apple-sdk/frameworks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ with frameworks; with libs; {
CalendarStore = [];
Cocoa = [ AppKit ];
Collaboration = [];
# Impure version of CoreFoundation, this should not be used unless another
# framework includes headers that are not available in the pure version.
CoreFoundation = [];
CoreAudio = [ CF IOKit ];
CoreAudioKit = [ AudioUnit ];
CoreData = [];
Expand Down

0 comments on commit cb78d96

Please sign in to comment.