Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Node packages in nixpkgs cannot be updated currently due to cyclic dependency. #3

Closed
rbvermaa opened this issue Jun 12, 2014 · 6 comments

Comments

@rbvermaa
Copy link
Member

Example json:
[ "d" ]

d depends on es5-ext, which depends on es6-iterator, which depends on both d and es5-ext

@rbvermaa
Copy link
Member Author

@garbas @shlevy Do you guys have any idea how to resolve this?

@lucabrunox
Copy link

Such packages are connected components, a solution would be to create a single derivation containing d, es5-ext and es6-iterator.

@shlevy
Copy link
Member

shlevy commented Jun 25, 2014

Yes, we have something a bit similar for cycles in peerDependencies.

@garbas
Copy link
Member

garbas commented Jul 4, 2014

/me looks on hydra which package is broken

@rbvermaa
Copy link
Member Author

I am removing all packages for now that seem to cause the cyclic dep.

@offlinehacker
Copy link
Contributor

This is fixed

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

No branches or pull requests

5 participants