Skip to content

Commit edfbbaf

Browse files
committed
rustc: add note about libiconv dependency
1 parent b1834a4 commit edfbbaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/compilers/rust/rustc.nix

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ in stdenv.mkDerivation rec {
163163
];
164164

165165
buildInputs = [ openssl ]
166+
# TODO: remove libiconv once 1.66 is used to bootstrap
166167
++ optionals stdenv.isDarwin [ libiconv Security ]
167168
++ optional (!withBundledLLVM) llvmShared;
168169

0 commit comments

Comments
 (0)