1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 18:00:59 +00:00

nix: add protobuf to shell.nix

This commit is contained in:
Pavol Rusnak 2019-02-04 16:48:54 +01:00
parent 0735c7d6f5
commit 063d8f7b8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -5,5 +5,5 @@ let
in
stdenv.mkDerivation {
name = "trezor-common-dev";
buildInputs = [ myPython python27Packages.demjson graphviz ];
buildInputs = [ myPython python2Packages.demjson graphviz protobuf ];
}