Skip to content

Commit

Permalink
php84Extensions.xdebug: mark as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Nov 1, 2024
1 parent 97addf2 commit a003408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/php-packages/xdebug/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
buildPecl,
lib,
php,
fetchFromGitHub,
}:

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

0 comments on commit a003408

Please sign in to comment.