flipperzero-firmware: don't use grpcio/grpcio-tools, use raw protobuf

If grpcio is available, then we try to invoke protoc as a shared library. This
is great, but for some reason the version in nixpkgs segfaults. I suspect we're
maybe violating ODR and linking in mismatch-built versions of protobuf headers
in grpcio and protobuf itself.
This commit is contained in:
Luke Granger-Brown 2024-01-28 03:02:53 +00:00
parent b7c652ffc6
commit d14420e2c9

View file

@ -34,8 +34,7 @@ let
protobuf
setuptools
pyserial
grpcio
grpcio-tools
protobuf
(pm.toPythonModule scons)
ansi
colorlog