-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
setserial: fix cross compilation #182169
setserial: fix cross compilation #182169
Conversation
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.
Change looks good, but on a closer glance, I'm not sure if I like the commit message wording. This is very nitpicky (and I'm sorry, if you feel like this nit is unjustified, feel free not to not make any further changes and I'll merge anyways), but wouldn't it make more sense to say something loke "a native build dependency" instead of "a nativeBuildDependencies" in the commit description, especially considering the fact that the key is nativeBuildInputs
(as opposed to it being nativeBuildDependencies
)?
Let me know what you think, thanks.
Yes, you're right. Fixed. |
The setserial derivation uses nroff at compile time, so groff should be in nativeBuildInputs rather than buildInputs.
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.
Perfect, thanks!
Successfully created backport PR #182224 for |
Description of changes
The setserial derivation uses nroff at compile time, so groff should be a nativeBuildDependencies.
Things done
./result/bin/
)