mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
php84Extensions.xdebug: mark as broken
https://hydra.nixos.org/build/276609037
This commit is contained in:
parent
97addf2aff
commit
a003408129
@ -1,6 +1,7 @@
|
||||
{
|
||||
buildPecl,
|
||||
lib,
|
||||
php,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user