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

This commit is contained in:
Elis Hirwing 2022-11-13 13:46:55 +01:00
parent fc3a2b9afb
commit 2db0ddb968
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

View file

@ -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";