nix-community / pypi2nix

Abandoned! Generate Nix expressions for Python packages
194 stars 47 forks source link

Implement system to insert curated list of build dependencies #398

Open seppeljordan opened 4 years ago

seppeljordan commented 4 years ago

Currently pypi2nix throws a lot of errors due to missing build time dependencies. We could mitigate the issue by have a curated list of build time dependencies that are inserted into the requirements set if we detect problematic packages.