awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
236 stars 74 forks source link

Fix linking `grpc` for Mac #145

Closed riz0id closed 1 year ago

riz0id commented 1 year ago

I was unable to use shell.nix for grpc-haskell due to cabal being able to locate and link the grpc provided by the ambient nixpkgs. This PR overrides the buildInputs for grpc-haskell shell, adding grpc explicitly since it is not (and should not be) listed within an extra-libraries stanza like grpc-haskell-core. With these changes I am now able to build grpc-haskell package from within the nix shell environment.