php84Extensions.xdebug: mark as broken

https://hydra.nixos.org/build/276609037
This commit is contained in:
Maximilian Bosch 2024-11-01 18:32:56 +01:00
parent 97addf2aff
commit a003408129
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
{
buildPecl,
lib,
php,
fetchFromGitHub,
}:
@ -29,5 +30,6 @@ buildPecl {
homepage = "https://xdebug.org/";
license = lib.licenses.php301;
maintainers = lib.teams.php.members;
broken = lib.versionAtLeast php.version "8.4";
};
}