mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ino: Use picocom rather than minicom
This commit is contained in:
parent
8c766dcc90
commit
0ba024ac9f
@ -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 New Issue
Block a user