Skip to content

Commit

Permalink
rustc: add note about libiconv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
winterqt committed Dec 23, 2022
1 parent b1834a4 commit edfbbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/rust/rustc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ 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 edfbbaf

Please sign in to comment.