-
-
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
libbfd: add libintl dependency for darwin. #138545
Conversation
Result of 1 package built:
|
Maybe gettext is missing? |
So instead of this, add |
Yes. I think it's implied to be available on linux anyways, but not for darwin (based on a cursory search I did yesterday). I tried adding gettext to *buildinputs and it didn't change anything on linux (same hash when built content-addressed). |
|
Not sure what the right solution is then. Disabling strictDeps is not a real solution, it's just a workaround. It would be nice if the correct way was found to resolve this. |
gettext does indeed work for me! Renamed the PR/commit :) |
Result of 1 package built:
|
|
Motivation for this change
This was introduced as part of strictDeps in #133008 but seems to break compilation on darwin with this error:
Disabling it makes it compile again, adding libintl/gettext for darwin does as well
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)