Unverified Commit f6f99d51 authored by Elis Hirwing's avatar Elis Hirwing Committed by GitHub
Browse files

Merge pull request #201018 from etu/php-parallel-lint-mark-php80-as-broken

php80.packages.php-parallel-lint: Mark as broken
parents a5d8197f 2db0ddb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ mkDerivation {
  '';

  meta = with lib; {
    broken = lib.versionOlder php.version "8.1"; # Broken on PHP older than 8.1.
    description = "Tool to check syntax of PHP files faster than serial check with fancier output";
    license = licenses.bsd2;
    homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint";