{ python3 }: with python3.pkgs; buildPythonApplication rec { name = "mqtt-dash"; src = ./.; propagatedBuildInputs = [ flask ]; doCheck = false; }