-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
cc-wrapper: clean-up post stdenvAdapters.useLibsFrom: init
#281750
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As the description mentions, the prime motivation of the cc-wrapper change was to be able to inherit the nixpkgs' default I still find it questionable e.g. to
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In relation to #281371: it isn't enough to propagate the nixpkgs/pkgs/build-support/cc-wrapper/default.nix Lines 90 to 91 in 09f9f1f
Currently these aren't exposed in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The question regarding nixpkgs/pkgs/stdenv/adapters.nix Lines 244 to 246 in 2589d8b
useLibsFrom pkgs.stdenv pkgsStatic.gcc11Stdenv is going to discard all of the flags related to static linkage I'm pretty sure
|
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:
nixpkgs/pkgs/build-support/cc-wrapper/default.nix
Lines 113 to 114 in ff1232c
used to be this:
nixpkgs/pkgs/build-support/cc-wrapper/default.nix
Line 567 in 1a5bd69
Afaiu this was exactly the same logic as
nixpkgs/pkgs/build-support/cc-wrapper/default.nix
Lines 439 to 441 in 1a5bd69
...is that correct?