mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
Merge pull request #122692 from Ma27/apcu_bc-broken-php8
php80Extensions.apcu_bc: mark as broken
This commit is contained in:
commit
654f377575
|
@ -15,4 +15,5 @@ buildPecl {
|
|||
'';
|
||||
|
||||
meta.maintainers = lib.teams.php.members;
|
||||
meta.broken = lib.versionAtLeast php.version "8";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue