Re: [PATCH 5/5] gnu: Add arduino-makefile.

2016-08-17 Thread Danny Milosavljevic
> Should this not point to /gnu/store/...-python-3...? If not, it could > probably be left alone, since any package built with it will presumably > have its shebangs patched. It's just that Python 3 is incompatible with Python 2 but the source code has no marker in the file - so patch-shebang wo

Re: [PATCH 5/5] gnu: Add arduino-makefile.

2016-08-16 Thread Eric Bavier
On Tue, 16 Aug 2016 20:36:32 +0200 Danny Milosavljevic wrote: > * gnu/packages/arduino.scm (arduino-makefile): New variable. > --- > gnu/packages/arduino.scm | 83 > > 1 file changed, 83 insertions(+) > > diff --git a/gnu/packages/arduino.scm b

[PATCH 5/5] gnu: Add arduino-makefile.

2016-08-16 Thread Danny Milosavljevic
* gnu/packages/arduino.scm (arduino-makefile): New variable. --- gnu/packages/arduino.scm | 83 1 file changed, 83 insertions(+) diff --git a/gnu/packages/arduino.scm b/gnu/packages/arduino.scm index 675df80..34f0251 100644 --- a/gnu/packages/ardu