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; [
zlib
git
]) ++ (with python.pkgs; [
python
setuptools