summary refs log tree commit diff
path: root/pkgs/development/arduino
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 20:50:55 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:42:43 +0300
commit21f17d69f61e8239870bf97edf49e594198076a8 (patch)
treeae356b0b6b29bded180153f85f31da62c3ba8ef6 /pkgs/development/arduino
parent55b23aeff58cd45f6c50905e481af66fed685bf1 (diff)
downloadnixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.tar
nixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.tar.gz
nixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.tar.bz2
nixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.tar.lz
nixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.tar.xz
nixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.tar.zst
nixpkgs-21f17d69f61e8239870bf97edf49e594198076a8.zip
treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
Diffstat (limited to 'pkgs/development/arduino')
-rw-r--r--pkgs/development/arduino/platformio/chrootenv.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/arduino/platformio/chrootenv.nix b/pkgs/development/arduino/platformio/chrootenv.nix
index 4aad955ec24..187899b8964 100644
--- a/pkgs/development/arduino/platformio/chrootenv.nix
+++ b/pkgs/development/arduino/platformio/chrootenv.nix
@@ -22,11 +22,12 @@ buildFHSUserEnv {
       python27Packages.platformio
     ]);
 
-   meta = with stdenv.lib; {
-     description = "An open source ecosystem for IoT development";
-     homepage = http://platformio.org;
-     maintainers = with maintainers; [ mog ];
-     license = licenses.asl20;
+  meta = with stdenv.lib; {
+    description = "An open source ecosystem for IoT development";
+    homepage = http://platformio.org;
+    maintainers = with maintainers; [ mog ];
+    license = licenses.asl20;
+    platforms = with platforms; linux;
   };
 
   runScript = "platformio";