mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
Merge pull request #128610 from h0m1/fix/arduino-cli
arduino-cli: add zlib to the fhsenv
This commit is contained in:
commit
4abf7cfb3b
@ -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 New Issue
Block a user