Merge pull request #128610 from h0m1/fix/arduino-cli

arduino-cli: add zlib to the fhsenv
This commit is contained in:
Ryan Mulligan
2021-06-29 08:51:37 -07:00
committed by GitHub
@@ -46,6 +46,10 @@ if stdenv.isLinux then
extraInstallCommands = ''
mv $out/bin/$name $out/bin/arduino-cli
'';
targetPkgs = pkgs: with pkgs; [
zlib
];
}
else
pkg