-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Add support for libgda on darwin #71200
Conversation
@GrahamcOfBorg build libgda |
It's my first time contributing, is this PR missing anything before it can be merged? I’m not entirely sure what it required from the checklist template. I couldn't run |
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.
LGTM at least.
I'd say using the archive link from jtojnar is important. |
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.
see @jtojnar's comment
This prevents an issue where mysql and postgres support can be auto-detected by the configure scripts, resulting in a broken build or a build that cannot be ran on a different computer.
Taken from the Homebrew Formula
d1afc20
to
adc635f
Compare
My bad, I read that as a footnote, not a request for adding a comment 😄 Added 👍 |
Thanks for contributing @lavoiesl 🌸
None of the things are required to submit a PR, it's mostly a checklist of info for the reviewers. As for
and it's only really useful info if you maybe added a dependency. And in this case I would have been interested in checking that changes for darwin don't have effects on linux. |
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @jtojnar