We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e95354 + f04c9b1 commit e168d09Copy full SHA for e168d09
pkgs/stdenv/darwin/default.nix
@@ -598,6 +598,10 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
598
# Use libiconvReal with gettext to break an infinite recursion.
599
gettext = super.gettext.override { libiconv = super.libiconvReal; };
600
601
+ # Disable grep’s tests for now due to impure locale updates in
602
+ # macOS 15.4 breaking them in the bootstrap.
603
+ gnugrep = super.gnugrep.overrideAttrs { doCheck = false; };
604
+
605
# Disable tests because they use dejagnu, which fails to run.
606
libffi = super.libffi.override { doCheck = false; };
607
0 commit comments