ino: Use picocom rather than minicom

This commit is contained in:
Tom Fitzhenry
2014-11-29 17:55:41 +00:00
parent 8c766dcc90
commit 0ba024ac9f
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, buildPythonPackage, pythonPackages, minicom { stdenv, fetchurl, buildPythonPackage, pythonPackages, picocom
, avrdude, arduino_core, avrgcclibc }: , avrdude, arduino_core, avrgcclibc }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -12,7 +12,7 @@ buildPythonPackage rec {
# TODO: add avrgcclibc, it must be rebuild with C++ support # TODO: add avrgcclibc, it must be rebuild with C++ support
propagatedBuildInputs = propagatedBuildInputs =
[ arduino_core avrdude minicom pythonPackages.configobj [ arduino_core avrdude picocom pythonPackages.configobj
pythonPackages.jinja2 pythonPackages.pyserial pythonPackages.six ]; pythonPackages.jinja2 pythonPackages.pyserial pythonPackages.six ];
patchPhase = '' patchPhase = ''