Unverified Commit 4be7bdeb authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

php84Extensions.openswoole: mark as broken

parent d4f3913b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";
  };
}