Merge pull request #39998 from mogorman/platformio

platformio: add git to chroot so it is usable by platformio command
This commit is contained in:
Matthew Justin Bauer 2018-05-07 04:30:25 +00:00 committed by GitHub
commit 96ef188aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ let
}; };
in (with pkgs; [ in (with pkgs; [
zlib zlib
git
]) ++ (with python.pkgs; [ ]) ++ (with python.pkgs; [
python python
setuptools setuptools