Skip to content

Commit

Permalink
apple-sdk: Foundation needs cf-private
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Apr 27, 2019
1 parent fffc777 commit e3a9b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/apple-sdk/frameworks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ with frameworks; with libs; {
ExceptionHandling = [];
FWAUserLib = [];
ForceFeedback = [ CF IOKit ];
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
Foundation = [ cf-private libobjc Security ApplicationServices SystemConfiguration ];
GLKit = [ CF ];
GLUT = [ OpenGL ];
GSS = [];
Expand Down

0 comments on commit e3a9b1e

Please sign in to comment.