-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apple_sdk: 10.12 -> 10.13 #101940
apple_sdk: 10.12 -> 10.13 #101940
Conversation
a18f897
to
74900c1
Compare
I changed the target branch to staging because we are rebuilding basically everything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't include any apple source releases which are most likely also needed and the tricky part of bumping the sdk version.
@LnL7 What's tricky about the apple source releases? Is there something non-experts (like me) can do to help out with the update? |
Hard to say anything specific. Just in general these components are often only partially opensourced and the fact that we don't use xcode or whatever apple uses internally makes things usually a bit more complicated compared to projects with an actual opensource community. For reference this where the changes for 10.12 #56744 (e6f7f29). Updating CF is probably one of the main things that's missing, along with some other core parts like Libc, Libsystem, etc. Those will probably drive most of the other changes needed based on what problems arise from updating those. |
Any updates on this PR? |
I currently do not have more plans to work on this right now. If anyone is interested feel free to start from here. Basically everything on https://opensource.apple.com/release/macos-10136.html needs also an update. |
I marked this as stale due to inactivity. → More info |
Based on NixOS#101940.
Motivation for this change
Closes #101229
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)