bootstrap-tools: disable iconv for the `hello` test

main
zowoq 2 years ago
parent 6958276347
commit f5227f0643
  1. 3
      pkgs/stdenv/darwin/make-bootstrap-tools.nix

@ -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…
Cancel
Save