Improved arduino-core and ino
This commit is contained in:
@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Arduino libraries";
|
description = "Arduino libraries";
|
||||||
homepage = http://arduino.cc/;
|
homepage = http://arduino.cc/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.antono ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, buildPythonPackage, minicom, avrdude, arduino_core }:
|
{ stdenv, fetchurl, buildPythonPackage, minicom, avrdude, arduino_core, avrgcclibc }:
|
||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
name = "ino-0.3.4";
|
name = "ino-0.3.4";
|
||||||
@@ -9,7 +9,7 @@ buildPythonPackage {
|
|||||||
sha256 = "1v7z3da31cv212k28aci269qkg92p377fm7i76rymjjpjra7payv";
|
sha256 = "1v7z3da31cv212k28aci269qkg92p377fm7i76rymjjpjra7payv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ minicom avrdude arduino_core ];
|
propagatedBuildInputs = [ minicom avrdude arduino_core avrgcclibc ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
echo "Patching Arduino distribution path"
|
echo "Patching Arduino distribution path"
|
||||||
|
|||||||
Reference in New Issue
Block a user