Merge pull request #5178 from tomfitzhenry/ino-uses-picocom-rather-than-minicom
ino: Use picocom rather than minicom
This commit is contained in:
commit
895b466528
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue