We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64-darwin
2 parents 65e8af0 + 1a563db commit db0c531Copy full SHA for db0c531
pkgs/top-level/php-packages.nix
@@ -428,7 +428,13 @@ lib.makeScope pkgs.newScope (
428
configureFlags = [ "--with-bz2=${bzip2.dev}" ];
429
}
430
{ name = "calendar"; }
431
- { name = "ctype"; }
+ {
432
+ name = "ctype";
433
+ postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
434
+ # Broken test on aarch64-darwin
435
+ rm ext/ctype/tests/lc_ctype_inheritance.phpt
436
+ '';
437
+ }
438
{
439
name = "curl";
440
buildInputs = [ curl ];
0 commit comments