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
@@ -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;