arduino/ino: remove avrgcclibc as a dependency (see TODO)

This commit is contained in:
Maximilian Güntner 2017-09-05 13:51:55 +02:00
parent 0f74f11b03
commit 6e54dbb49e
No known key found for this signature in database
GPG key ID: 5D667E0FD0397CFF

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, python2Packages, picocom
, avrdude, arduino-core, avrgcclibc }:
, avrdude, arduino-core }:
python2Packages.buildPythonApplication rec {
name = "ino-0.3.6";