shack/mqtt_sub: use python3 instead of 3.5
This commit is contained in:
parent
f911324c59
commit
3f202e6ed5
@ -10,7 +10,7 @@ let
|
||||
sha256 = "1334jbbzlqizyp7zcn4hdswhhrnkj1p4p435n5nph82lzffrsi44";
|
||||
};
|
||||
buildInputs = [
|
||||
(pkgs.python35.withPackages (pythonPackages: with pythonPackages; [
|
||||
(pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
||||
docopt
|
||||
paho-mqtt
|
||||
]))
|
||||
|
Loading…
Reference in New Issue
Block a user