lol

php80.packages.php-parallel-lint: Mark as broken

+1
+1
pkgs/development/php-packages/php-parallel-lint/default.nix
··· 36 36 ''; 37 37 38 38 meta = with lib; { 39 + broken = lib.versionOlder php.version "8.1"; # Broken on PHP older than 8.1. 39 40 description = "Tool to check syntax of PHP files faster than serial check with fancier output"; 40 41 license = licenses.bsd2; 41 42 homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint";