Skip to content

Commit

Permalink
darwin-frameworks: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Mar 7, 2018
1 parent cbed7cd commit 9f516c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/os-specific/darwin/apple-sdk/frameworks.nix
Expand Up @@ -14,7 +14,6 @@ with frameworks; with libs; {
AppKitScripting = [];
AppleScriptKit = [];
AppleScriptObjC = [];
AppleShareClientCore = [ CoreServices ];
AudioToolbox = [ AudioUnit CoreAudio CF CoreMIDI ];
AudioUnit = [ Carbon CoreAudio CF ];
AudioVideoBridging = [ Foundation ];
Expand Down Expand Up @@ -84,12 +83,10 @@ with frameworks; with libs; {
PCSC = [ CoreData ];
PreferencePanes = [];
PubSub = [];
Python = [ ApplicationServices ];
QTKit = [ CoreMediaIO CoreMedia MediaToolbox QuickTime VideoToolbox ];
QuickLook = [ ApplicationServices CF ];
QuickTime = [ ApplicationServices AudioUnit Carbon CoreAudio CoreServices OpenGL QuartzCore ];
Ruby = [];
RubyCocoa = [];
SceneKit = [];
ScreenSaver = [];
Scripting = [];
Expand All @@ -105,11 +102,9 @@ with frameworks; with libs; {
SystemConfiguration = [ CF Security ];
TWAIN = [ Carbon ];
Tcl = [];
Tk = [ ApplicationServices Carbon X11 ];
VideoDecodeAcceleration = [ CF CoreVideo ];
VideoToolbox = [ CF CoreMedia CoreVideo ];
WebKit = [ ApplicationServices Carbon JavaScriptCore OpenGL ];
X11 = []; # used by Tk, should this exist?

# Umbrellas
Accelerate = [ CoreWLAN IOBluetooth ];
Expand Down

0 comments on commit 9f516c2

Please sign in to comment.