-
Notifications
You must be signed in to change notification settings - Fork 76
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
Making this work in nixpkgs #109
Comments
I tried importing the But because we have a different nixpkgs pin, haskell package conflict occurs. My shell.nix
Error message is:
|
This is still broken on Nixpkgs 21.05:
|
Tasty is resolved but preprocessing is still a problem. Seems like the default.nix needs to be fixed as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed grpc-haskell and loads of downstream deps are broken in nixpkgs master.
However since it is working here, it should be possible to make it work in nixpkgs as well.
First was
proto3-wire
which had an older version, fixed by overriding with a custom derivation pointing to the 1.2.0.Second thing was
parameterized
. It was fixed by disabling tests: louispan/parameterized#2Third thing was
proto3-suite
with 1 test failure due to a missing test file. Fixed by disabling tests.But finally there's some C compilation issues. We can see alot of changes in
release.nix
but, not sure what is causing the C issues here.Why not push up the specific overlays here to nixpkgs upstream so that grpc-haskell can work cleanly?
The text was updated successfully, but these errors were encountered: