nix: add python.protobuf

pull/25/head
Pavol Rusnak 6 years ago
parent 76080a2343
commit 85c7b39e3f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,7 +1,7 @@
with import <nixpkgs> {};
let
myPython = python36.withPackages(p: [p.pytest p.black p.isort p.requests p.mnemonic p.construct p.pyblake2 p.mock p.ecdsa p.click p.libusb1]);
myPython = python36.withPackages(p: [p.pytest p.black p.isort p.requests p.mnemonic p.construct p.pyblake2 p.mock p.ecdsa p.click p.libusb1 p.protobuf]);
in
stdenv.mkDerivation {
name = "python-trezor-dev";

Loading…
Cancel
Save