Conversation
protoc is broken when called by the cabal-wrapper which sets LD_LIBRARY_PATH
|
I've tried building
This implies that the nixpkgs-provided version of My theory for why this happens is that the Haskell @smatting can you reproduce this? That is, does the build of Edit: I think the reason invoking cabal directly without the wrapper works correctly is that |
|
Closing this in favor of #1852 |
This PR bumps nixpkgs to a commit that includes Haskell Language Server 1.4.0.0
In its current state
wire-message-proto-lensfails to build with errorThis is due to the fact that
cabalis wrapped (seecabal-wrapperindev-packages.nix) which sets env varsLD_LIBRARY_PATH. When this wrapper callsprotocduring building theprotocinherits these env vars which causes this error. If you build wire-message-proto-lens with the unwrapped cabal binarythis succeeds.
One solution to fix this issue could be to wrap
protocitself which clears the env vars before running.Checklist
make git-add-cassandra-schemato update the cassandra schema documentation.changelog.d.