We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error message is very hard to understand: http://hydra.nixos.org/build/5367741/nixlog/1/tail-reload
The underlying problem is that id3lib builds its own version of zlib, resulting in two different zlibs being linked together.
The text was updated successfully, but these errors were encountered:
Can I convert an issue into a pull request?
I fixed the problem here:
https://github.com/Rotsor/nixpkgs/tree/skype-recorder
This makes id3lib aware of zlib already existing so it avoids building its own version.
Sorry, something went wrong.
Updated id3lib to avoid building its own zlib, fixes NixOS#867
86d7d73
eba178a
No branches or pull requests
The error message is very hard to understand: http://hydra.nixos.org/build/5367741/nixlog/1/tail-reload
The underlying problem is that id3lib builds its own version of zlib, resulting in two different zlibs being linked together.
The text was updated successfully, but these errors were encountered: