summary refs log tree commit diff
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
parent3ec4528dcfc8380dfe618a08337de451277bd302 (diff)
downloadnixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar
nixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.gz
nixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.bz2
nixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.lz
nixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.xz
nixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.tar.zst
nixlib-b79d1e803154cc29debedb7ed4c1aa3de05e2af5.zip
platformio: add git to chroot so it is usable by platformio command
-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 f46e705fb901..ae68e84ab1c2 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