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
commit 4abf7cfb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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