nix: add Pyro4 to shell.nix

pull/25/head
Pavol Rusnak 6 years ago
parent 1f2f4d1b41
commit 675b1a81ad
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,7 +1,7 @@
with import <nixpkgs> {};
let
myPython = python36.withPackages(ps: [ps.trezor ps.pytest ps.flake8 ps.isort ps.black ps.Mako ps.munch]);
myPython = python36.withPackages(ps: [ps.trezor ps.pytest ps.flake8 ps.isort ps.black ps.Mako ps.munch ps.Pyro4]);
in
stdenv.mkDerivation {
name = "trezor-core-dev";

Loading…
Cancel
Save