php84Extensions.openswoole: mark as broken

https://hydra.nixos.org/build/276670463
This commit is contained in:
Maximilian Bosch 2024-11-01 18:34:14 +01:00
parent d4f3913b1e
commit 4be7bdeb14
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
valgrind,
pcre2,
fetchFromGitHub,
php,
}:
let
@ -34,5 +35,6 @@ buildPecl {
You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process.
'';
maintainers = teams.php.members;
broken = lib.versionAtLeast php.version "8.4";
};
}