-
-
Notifications
You must be signed in to change notification settings - Fork 17.8k
lowdown: fix cygwin build #468178
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
lowdown: fix cygwin build #468178
Conversation
pkgs/by-name/lo/lowdown/package.nix
Outdated
| # https://github.com/kristapsdz/lowdown/pull/171 | ||
| patches = lib.optional stdenv.hostPlatform.isCygwin ./fix-cygwin-build.patch; |
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.
| # https://github.com/kristapsdz/lowdown/pull/171 | |
| patches = lib.optional stdenv.hostPlatform.isCygwin ./fix-cygwin-build.patch; | |
| patches = [ | |
| # https://github.com/kristapsdz/lowdown/pull/171 | |
| ./fix-cygwin-build.patch | |
| ]; |
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.
patches are supposed to be unconditional, and we're going to staging anyways.
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.
I haven't really been doing that because I was worried about the maintenance burden for an obscure platform. I can change them all over though.
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.
CC @alyssais but I think we do want unconditional patches no matter how obscure the platform is, but I am not 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.
I wouldn't object to this one being unconditional. I have already tested it on other platforms and started a conversation upstream.
838d857 to
f6214bf
Compare
Upstream (WIP) PR: kristapsdz/lowdown#171
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.