We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gnugrep
1 parent 85bc997 commit 5008621Copy full SHA for 5008621
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