tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
arduino: only build on linux
Matthew Bauer
9 years ago
7af81d99
db89bdca
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
arduino
arduino-core
default.nix
+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
115
-
platforms = platforms.all;
115
115
+
platforms = platforms.linux;
116
116
maintainers = with maintainers; [ antono robberer bjornfor ];
117
117
};
118
118
}