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:
commit
1f6140591f
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue