···5, rust
6, rustPlatform
7, installShellFiles
08, libobjc
9, Security
10, CoreServices
···28 # Install completions post-install
29 nativeBuildInputs = [ installShellFiles ];
3031- buildInputs = lib.optionals stdenv.isDarwin [ libobjc Security CoreServices Metal Foundation ];
3233 # The rusty_v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem
34 # To avoid this we pre-download the file and place it in the locations it will require it in advance
···5, rust
6, rustPlatform
7, installShellFiles
8+, libiconv
9, libobjc
10, Security
11, CoreServices
···29 # Install completions post-install
30 nativeBuildInputs = [ installShellFiles ];
3132+ buildInputs = lib.optionals stdenv.isDarwin [ libiconv libobjc Security CoreServices Metal Foundation ];
3334 # The rusty_v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem
35 # To avoid this we pre-download the file and place it in the locations it will require it in advance