0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

[Backport release-24.11] php84Extensions.xdebug: remove broken flag (#360086)

This commit is contained in:
Pol Dellaiera 2024-11-29 10:20:24 +01:00 committed by GitHub
commit 1f6140591f
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";
};
}