Skip to content
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

Fix darwin builds for nixpkgs 24.11 #2323

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

hamishmack
Copy link
Collaborator

Fixes

error: use of undeclared identifier 'IP_RECVTOS'

for whatever reason nixpkgs 24.11 defines x86_64-darwin to be sdk-10.12.2, and aarch64-darwin to be sdk-11. nixpkgs 25.05 will drop sdk-10.12, and unify aarch64 and x86 at last.

Fixes

error: use of undeclared identifier 'IP_RECVTOS'

for whatever reason nixpkgs 24.11 defines x86_64-darwin
to be sdk-10.12.2, and aarch64-darwin to be sdk-11.
nixpkgs 25.05 will drop sdk-10.12, and unify aarch64 and x86 at last.
@hamishmack hamishmack force-pushed the hkm/x86_64-darwin-fix branch from 7b6bc0e to e86f8bb Compare February 18, 2025 02:00
@hamishmack hamishmack merged commit 7597cc7 into master Feb 18, 2025
5568 of 5779 checks passed
@angerman angerman deleted the hkm/x86_64-darwin-fix branch February 19, 2025 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant