Skip to content

Commit

Permalink
Merge #213694: Revert "rustc: add note about libiconv dependency"
Browse files Browse the repository at this point in the history
...into staging-next
  • Loading branch information
vcunat committed Feb 5, 2023
2 parents 6190ed0 + ede7b1d commit 52bef35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/compilers/rust/rustc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 52bef35

Please sign in to comment.