Merge #213694: Revert "rustc: add note about libiconv dependency"

...into staging-next
This commit is contained in:
Vladimír Čunát 2023-02-05 15:37:02 +01:00
commit 52bef35053
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -165,7 +165,6 @@ in stdenv.mkDerivation rec {
];
buildInputs = [ openssl ]
# TODO: remove libiconv once 1.66 is used to bootstrap
++ optionals stdenv.isDarwin [ libiconv Security ]
++ optional (!withBundledLLVM) llvmShared;