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
|
protobuf
|
||||||
setuptools
|
setuptools
|
||||||
pyserial
|
pyserial
|
||||||
grpcio
|
protobuf
|
||||||
grpcio-tools
|
|
||||||
(pm.toPythonModule scons)
|
(pm.toPythonModule scons)
|
||||||
ansi
|
ansi
|
||||||
colorlog
|
colorlog
|
||||||
|
|
Loading…
Reference in a new issue