-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Additional build-systems entries #1319
Additional build-systems entries #1319
Conversation
1d049b7
to
55afd46
Compare
21fea37
to
24b3b91
Compare
I'm still a committer here but it's been a while, so I'll request a cursory review rather than merging. |
Nice!
|
Does |
I'm happy to leave it there, and perhaps that's safer, but what I suspect happened is that someone took all the |
24b3b91
to
499f61b
Compare
I've just reverted the removal of |
Also, hi again, nice to see you're doing fun data stuff in your new day job too. |
I was wondering what the deal is with syncing these overrides across to nixpkgs these days? Looks like a couple of months since it was last done. Can I help? Having the overrides arrive there would be a prerequisite for my harlequin PR in nixpkgs. |
For:
shandy-sqlfmt
textual-dev
textual-textarea
(All of these are required to build https://github.com/tconbeer/harlequin, a TUI DuckDB IDE)
It seemed excessive to add all the test boilerplate for each individually, but I did it anyway since this has been requested in other recent PRs. Let me know if there was an easier route I should have followed.
The PR additionally changes the build-systems override for
py-tree-sitter
, which is not actually an installable python package. A nixpkgs entry with this name exists, but the pypi package is simplytree-sitter
, and one of the above libraries depends on it.