diff --git a/buildGo.nix b/buildGo.nix index 0df3c955a..759a671fa 100644 --- a/buildGo.nix +++ b/buildGo.nix @@ -98,7 +98,7 @@ let }; # Build a Go library out of the specified gRPC definition. - grpc = args: proto (args // { extraDeps = [ protoLibs.goGrpc ]; }); + grpc = args: proto (args // { extraDeps = [ protoLibs.goGrpc.gopkg ]; }); in { # Only the high-level builder functions are exposed, but made