Skip to content
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

Transitive dependencies #9

Open
charleso opened this issue Aug 10, 2014 · 0 comments
Open

Transitive dependencies #9

charleso opened this issue Aug 10, 2014 · 0 comments

Comments

@charleso
Copy link
Owner

Currently the generated dependencies are not handled at all, and this will almost certainly result in broken builds. Nix doesn't really do transitive dependencies, except for propagatedBuildInputs. We might be able to use that (although it doesn't seem to be working for me at the moment) or alternatively generate the dependencies at every level.

We should try to respect the relevant confs, but that is probably going to get messy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant