shack/mqtt_sub: use python3 instead of 3.5

This commit is contained in:
makefu 2020-11-17 20:03:10 +01:00
parent f911324c59
commit 3f202e6ed5
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -10,7 +10,7 @@ let
sha256 = "1334jbbzlqizyp7zcn4hdswhhrnkj1p4p435n5nph82lzffrsi44";
};
buildInputs = [
(pkgs.python35.withPackages (pythonPackages: with pythonPackages; [
(pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
docopt
paho-mqtt
]))