···17 sha256 = "sha256-TWL/NzQux67XSFNTI5MMfPlKz3HDWRiCsmp+pQ8+3BY=";
18 };
1920- # avoid retaining reference to CF during stdenv bootstrap
21- configureFlags = lib.optionals stdenv.hostPlatform.isDarwin [
22- "gt_cv_func_CFPreferencesCopyAppValue=no"
23- "gt_cv_func_CFLocaleCopyCurrent=no"
24- "gt_cv_func_CFLocaleCopyPreferredLanguages=no"
25- ];
2627 # gnutar tries to call into gettext between `fork` and `exec`,
28 # which is not safe on darwin.
···3334 outputs = [ "out" "info" ];
3536- nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin autoreconfHook
37- ++ lib.optional (!stdenv.hostPlatform.isDarwin) updateAutotoolsGnuConfigScriptsHook;
38 # Add libintl on Darwin specifically as it fails to link (or skip)
39 # NLS on it's own:
40 # "_libintl_textdomain", referenced from:
···17 sha256 = "sha256-TWL/NzQux67XSFNTI5MMfPlKz3HDWRiCsmp+pQ8+3BY=";
18 };
1920+ # GNU tar fails to link libiconv even though the configure script detects it.
21+ # https://savannah.gnu.org/bugs/index.php?64441
22+ patches = [ ./link-libiconv.patch ];
0002324 # gnutar tries to call into gettext between `fork` and `exec`,
25 # which is not safe on darwin.
···3031 outputs = [ "out" "info" ];
3233+ nativeBuildInputs = [ autoreconfHook ];
34+35 # Add libintl on Darwin specifically as it fails to link (or skip)
36 # NLS on it's own:
37 # "_libintl_textdomain", referenced from: