arduino: only build on linux

+1 -1
+1 -1
pkgs/development/arduino/arduino-core/default.nix
··· 112 112 description = "Open-source electronics prototyping platform"; 113 113 homepage = http://arduino.cc/; 114 114 license = stdenv.lib.licenses.gpl2; 115 - platforms = platforms.all; 115 + platforms = platforms.linux; 116 116 maintainers = with maintainers; [ antono robberer bjornfor ]; 117 117 }; 118 118 }