-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
unbound: Add mingw32 support #274540
unbound: Add mingw32 support #274540
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.
can't this use lib.meta.availableOn
? iirc that's the preferred pattern.
Can you link to an example? |
Okay found an example. If you are asking about the withMakeWrapper option, I think the answer is no.
I think this response should be false. makeWrapper does not work when you try to target mingw. This is because bash is not a supported target for mingw32. |
If I have addressed the comments in the PR, can this get merged? If not what else needs to be done for this to be accepted? |
102bc55
to
d4e07c8
Compare
d4e07c8
to
d81076b
Compare
Did this get pushed to staging? Should I close this PR? |
No, this isn't in staging. |
I got confused. I wasn't aware that you were able to do a force push of a branch that existed in my fork. Thanks for setting me straight. |
This can be a separate PR to avoid |
Description of changes
Added mingw32 hostPlatfrom build support.
Things done
Needed for #274274
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.