arduino-cli: add zlib to the fhsenv

zlib is needed for the espressif toolchain
This commit is contained in:
h0m1 2021-06-29 09:49:45 +02:00
parent 4826d60ba2
commit 4dfdf93eaf

View file

@ -46,6 +46,10 @@ if stdenv.isLinux then
extraInstallCommands = ''
mv $out/bin/$name $out/bin/arduino-cli
'';
targetPkgs = pkgs: with pkgs; [
zlib
];
}
else
pkg