remove avr gcc from inputs (it should be rebuit with C++ support)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, buildPythonPackage, minicom, avrdude, arduino_core, avrgcclibc }:
|
{ stdenv, fetchurl, buildPythonPackage, minicom, avrdude, arduino_core }:
|
||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
name = "ino-0.3.4";
|
name = "ino-0.3.4";
|
||||||
@@ -9,7 +9,8 @@ buildPythonPackage {
|
|||||||
sha256 = "1v7z3da31cv212k28aci269qkg92p377fm7i76rymjjpjra7payv";
|
sha256 = "1v7z3da31cv212k28aci269qkg92p377fm7i76rymjjpjra7payv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ minicom avrdude arduino_core avrgcclibc ];
|
# TODO: add avrgcclibc, it must be rebuild with C++ support
|
||||||
|
propagatedBuildInputs = [ minicom avrdude arduino_core ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
echo "Patching Arduino distribution path"
|
echo "Patching Arduino distribution path"
|
||||||
|
|||||||
Reference in New Issue
Block a user