···55, rust
66, rustPlatform
77, installShellFiles
88+, libiconv
89, libobjc
910, Security
1011, CoreServices
···2829 # Install completions post-install
2930 nativeBuildInputs = [ installShellFiles ];
30313131- buildInputs = lib.optionals stdenv.isDarwin [ libobjc Security CoreServices Metal Foundation ];
3232+ buildInputs = lib.optionals stdenv.isDarwin [ libiconv libobjc Security CoreServices Metal Foundation ];
32333334 # The rusty_v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem
3435 # To avoid this we pre-download the file and place it in the locations it will require it in advance