bootstrap-tools: disable iconv for the hello test

This commit is contained in:
zowoq 2022-02-08 08:53:57 +10:00
parent 6958276347
commit f5227f0643

View File

@ -351,7 +351,8 @@ in rec {
tar xvf ${hello.src}
cd hello-*
./configure --prefix=$out
# stdenv bootstrap tools ship a broken libiconv.dylib https://github.com/NixOS/nixpkgs/issues/158331
am_cv_func_iconv=no ./configure --prefix=$out
make
make install