forked from mirrors/nixpkgs
arduino: only build on linux
This commit is contained in:
parent
db89bdcab0
commit
7af81d99dd
|
@ -112,7 +112,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Open-source electronics prototyping platform";
|
||||
homepage = http://arduino.cc/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ antono robberer bjornfor ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue