mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Merge #213694: Revert "rustc: add note about libiconv dependency"
...into staging-next
This commit is contained in:
commit
52bef35053
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user