Skip to content

Commit

Permalink
apple-sdk: Move cf-private first in list, otherwise the build fails b…
Browse files Browse the repository at this point in the history
…ecause CoreFoundation/CFAttributedString.h could not be found.

The problem appeared when building ldc on Mac OSX. See also 13778.
  • Loading branch information
ThomasMader committed Sep 2, 2017
1 parent 930b01a commit 2a0f1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/darwin/apple-sdk/frameworks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ with frameworks; with libs; {
ExceptionHandling = [];
FWAUserLib = [];
ForceFeedback = [ CF IOKit ];
Foundation = [ CF libobjc Security ApplicationServices SystemConfiguration ];
# cf-private was moved first in list because of https://github.com/NixOS/nixpkgs/pull/28635
Foundation = [ cf-private CF libobjc Security ApplicationServices SystemConfiguration ];
GLKit = [ CF ];
GLUT = [ OpenGL ];
GSS = [];
Expand Down

0 comments on commit 2a0f1ec

Please sign in to comment.