php84Extensions.xdebug: remove broken flag (#360084)

This commit is contained in:
Pol Dellaiera 2024-11-29 10:19:48 +01:00 committed by GitHub
commit 0d739c9456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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