Loading pkgs/development/python-modules/google-ai-generativelanguage/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ buildPythonPackage, fetchPypi, google-api-core, google-auth, google-cloud-testutils, grpcio, grpcio-status, mock, proto-plus, protobuf, Loading @@ -29,11 +29,12 @@ buildPythonPackage rec { dependencies = [ google-api-core google-auth grpcio grpcio-status proto-plus protobuf ]; ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ google-cloud-testutils Loading Loading
pkgs/development/python-modules/google-ai-generativelanguage/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ buildPythonPackage, fetchPypi, google-api-core, google-auth, google-cloud-testutils, grpcio, grpcio-status, mock, proto-plus, protobuf, Loading @@ -29,11 +29,12 @@ buildPythonPackage rec { dependencies = [ google-api-core google-auth grpcio grpcio-status proto-plus protobuf ]; ] ++ google-api-core.optional-dependencies.grpc; nativeCheckInputs = [ google-cloud-testutils Loading