Skip to content

Commit a9ca233

Browse files
committed
libiconv: make default on Darwin
The Darwin libiconv tries to be compatible with GNU libiconv, but it’s not. Recent versions of Autoconf and gnulib include checks for issues in Darwin’s libiconv implementation, which has effectively turned `autoreconfHook` into `autoBreakDarwinHook` due to failing to link libiconv. Instead of continuing to work around it, make GNU libiconv the default. With the UTF-8-MAC patch, it should be a drop-in replacement.
1 parent 4657eb4 commit a9ca233

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6676,8 +6676,6 @@ with pkgs;
66766676
]
66776677
then
66786678
libcIconv pkgs.libc
6679-
else if stdenv.hostPlatform.isDarwin then
6680-
darwin.libiconv
66816679
else
66826680
libiconvReal;
66836681

0 commit comments

Comments
 (0)