Skip to content

Commit

Permalink
php84Extensions.xdebug: remove broken flag
Browse files Browse the repository at this point in the history
Versions 3.4.0 and up are compatible with php 8.4
  • Loading branch information
piotrkwiecinski committed Nov 29, 2024
1 parent dff42fc commit 65517c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/php-packages/xdebug/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
buildPecl,
lib,
php,
fetchFromGitHub,
}:

Expand Down Expand Up @@ -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";
};
}

0 comments on commit 65517c0

Please sign in to comment.