mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
php84Extensions.swoole: mark as broken
https://hydra.nixos.org/build/276557313 We have to await version 6.0 to support PHP 8.4.
This commit is contained in:
parent
a003408129
commit
c54778b345
@ -33,5 +33,6 @@ buildPecl {
|
||||
homepage = "https://www.swoole.com";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.php.members;
|
||||
broken = lib.versionAtLeast php.version "8.4";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user