diff --git a/shell.nix b/shell.nix index fc4e99268a..dd573f1f6a 100644 --- a/shell.nix +++ b/shell.nix @@ -5,5 +5,5 @@ let in stdenv.mkDerivation { name = "trezor-common-dev"; - buildInputs = [ myPython python27Packages.demjson graphviz ]; + buildInputs = [ myPython python2Packages.demjson graphviz protobuf ]; }