nix: add protobuf to shell.nix

pull/41/head
Pavol Rusnak 5 years ago
parent 0735c7d6f5
commit 063d8f7b8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

Loading…
Cancel
Save