nix: use python3, not python36

pull/41/head
Pavol Rusnak 6 years ago
parent e1d1526453
commit ee25c4a6f4
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.click p.graphviz p.trezor p.ed25519 p.pillow]) ;
myPython = python3.withPackages(p: [p.click p.graphviz p.trezor p.ed25519 p.pillow]) ;
in
stdenv.mkDerivation {
name = "trezor-common-dev";

Loading…
Cancel
Save