forked from mirrors/nixpkgs
arduino-cli: add zlib to the fhsenv
zlib is needed for the espressif toolchain
This commit is contained in:
parent
4826d60ba2
commit
4dfdf93eaf
|
@ -46,6 +46,10 @@ if stdenv.isLinux then
|
|||
extraInstallCommands = ''
|
||||
mv $out/bin/$name $out/bin/arduino-cli
|
||||
'';
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
zlib
|
||||
];
|
||||
}
|
||||
else
|
||||
pkg
|
||||
|
|
Loading…
Reference in a new issue