summary refs log tree commit diff
path: root/pkgs/development/arduino
diff options
context:
space:
mode:
authorMatthew O'Gorman <mog@rldn.net>2018-05-05 02:32:09 -0400
committerMatthew O'Gorman <mog@rldn.net>2018-05-05 02:41:10 -0400
commitb79d1e803154cc29debedb7ed4c1aa3de05e2af5 (patch)
tree3c0d3a288fcfb759e073514d4d7544c96caf04b7 /pkgs/development/arduino
parent3ec4528dcfc8380dfe618a08337de451277bd302 (diff)
downloadnixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar
nixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.gz
nixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.bz2
nixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.lz
nixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.xz
nixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.zst
nixpkgs-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.zip
platformio: add git to chroot so it is usable by platformio command
Diffstat (limited to 'pkgs/development/arduino')
-rw-r--r--pkgs/development/arduino/platformio/chrootenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/arduino/platformio/chrootenv.nix b/pkgs/development/arduino/platformio/chrootenv.nix
index f46e705fb90..ae68e84ab1c 100644
--- a/pkgs/development/arduino/platformio/chrootenv.nix
+++ b/pkgs/development/arduino/platformio/chrootenv.nix
@@ -20,6 +20,7 @@ let
       };
     in (with pkgs; [
       zlib
+      git
     ]) ++ (with python.pkgs; [
       python
       setuptools