forked from mirrors/nixpkgs
darwin: fixed eval of frameworks
This commit is contained in:
parent
ba4687c3ea
commit
c7d49e5f69
|
@ -104,6 +104,7 @@ with frameworks; with libs; {
|
|||
VideoDecodeAcceleration = [ CF CoreVideo ];
|
||||
VideoToolbox = [ CF CoreMedia CoreVideo ];
|
||||
WebKit = [ ApplicationServices Carbon JavaScriptCore OpenGL ];
|
||||
X11 = []; # used by Tk, should this exist?
|
||||
|
||||
# Umbrellas
|
||||
Accelerate = [ CoreWLAN IOBluetooth ];
|
||||
|
|
Loading…
Reference in a new issue