-
Notifications
You must be signed in to change notification settings - Fork 80
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
Package for nixpkgs? #424
Comments
I've been wanting to do the same, however the current packaging relies on poetry2nix which afaik shouldn't be used in nixpkgs packages if at all possible. I have a draft branch somewhere which tries to get rid of poetry2nix and packages all dependencies 1 by one natively, however I got stuck with python-hyperscan, as it is a huge pain in the butt to build. If you are interested in working on it, I can clean-up my existing branch and push it up. The roadmap upstream for me woud be something along the lines of:
|
Opened a meta-issue in nixpkgs: NixOS/nixpkgs#217836 |
I think there was some movement on the meta-issue and linked MRs. What's the current status ? |
Just to update here : sasquatch was merged recently |
I know |
Thanks a lot ! I'll review soon |
I was about to try packaging this for nixpkgs but then noticed the flake.nix in this repo. Thought it would be better to ask you first.
The text was updated successfully, but these errors were encountered: