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:
parent
b7c652ffc6
commit
d14420e2c9
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ let
|
|||
protobuf
|
||||
setuptools
|
||||
pyserial
|
||||
grpcio
|
||||
grpcio-tools
|
||||
protobuf
|
||||
(pm.toPythonModule scons)
|
||||
ansi
|
||||
colorlog
|
||||
|
|
Loading…
Reference in a new issue