-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
[Backport release-21.11] llvmPackages_git: fix darwin build #147669
[Backport release-21.11] llvmPackages_git: fix darwin build #147669
Conversation
(cherry picked from commit 24d1fc7)
} // lib.optionalAttrs stdenv.hostPlatform.isDarwin { | ||
inherit (llvmPackages_11) stdenv; | ||
})); |
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 change isn't present in the PR for staging. It is necessary here because the Darwin stdenv in staging-21.11 uses LLVM 7, which refuses to compile libcxx from LLVM 14.
We usually wait for the |
👍 cunning |
Marked as ready for review since #147668 has been merged. |
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.
LGTM
Motivation for this change
Backport #147668. Same fix as #147514, but for llvmPackages_git instead of llvmPackages_13
ZHF: #144627
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes