bootstrap-tools: disable iconv for the hello
test
This commit is contained in:
parent
6958276347
commit
f5227f0643
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue