From bb02b800a2087c08c155abcf7cbfc444e26c19cc Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 23 Sep 2017 22:28:47 +0200 Subject: darwin-frameworks: add impure version of CoreFoundation --- pkgs/os-specific/darwin/apple-sdk/frameworks.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/os-specific/darwin/apple-sdk/frameworks.nix') diff --git a/pkgs/os-specific/darwin/apple-sdk/frameworks.nix b/pkgs/os-specific/darwin/apple-sdk/frameworks.nix index 7b930e86a39..081f713d054 100644 --- a/pkgs/os-specific/darwin/apple-sdk/frameworks.nix +++ b/pkgs/os-specific/darwin/apple-sdk/frameworks.nix @@ -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 = []; -- cgit 1.4.1