lol

php84Extensions.ctype: remove flaky test for `aarch64-darwin` (#398521)

authored by

Pol Dellaiera and committed by
GitHub
db0c531d 65e8af03

+7 -1
+7 -1
pkgs/top-level/php-packages.nix
··· 428 428 configureFlags = [ "--with-bz2=${bzip2.dev}" ]; 429 429 } 430 430 { name = "calendar"; } 431 - { name = "ctype"; } 431 + { 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 + } 432 438 { 433 439 name = "curl"; 434 440 buildInputs = [ curl ];