Skip to content

Commit

Permalink
php84Extensions.swoole: mark as broken
Browse files Browse the repository at this point in the history
https://hydra.nixos.org/build/276557313

We have to await version 6.0 to support PHP 8.4.
  • Loading branch information
Ma27 committed Nov 1, 2024
1 parent a003408 commit c54778b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/php-packages/swoole/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit c54778b

Please sign in to comment.