rustc: add note about libiconv dependency
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user