mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +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,
|
buildPecl,
|
||||||
lib,
|
lib,
|
||||||
|
php,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -29,5 +30,6 @@ buildPecl {
|
|||||||
homepage = "https://xdebug.org/";
|
homepage = "https://xdebug.org/";
|
||||||
license = lib.licenses.php301;
|
license = lib.licenses.php301;
|
||||||
maintainers = lib.teams.php.members;
|
maintainers = lib.teams.php.members;
|
||||||
|
broken = lib.versionAtLeast php.version "8.4";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user