about summary refs log tree commit diff
path: root/pkgs/development/php-packages
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2022-11-13 13:46:55 +0100
committerElis Hirwing <elis@hirwing.se>2022-11-13 13:46:55 +0100
commit2db0ddb968357051237915256b7a1fc841492762 (patch)
tree41b18111ba48ba86fbf9979fff564a24bdc5b518 /pkgs/development/php-packages
parentfc3a2b9afbc8080075c3289d28d75c92ddf5f642 (diff)
php80.packages.php-parallel-lint: Mark as broken
Diffstat (limited to 'pkgs/development/php-packages')
-rw-r--r--pkgs/development/php-packages/php-parallel-lint/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/php-packages/php-parallel-lint/default.nix b/pkgs/development/php-packages/php-parallel-lint/default.nix
index 7fe27846748e5..1d7c23337c652 100644
--- a/pkgs/development/php-packages/php-parallel-lint/default.nix
+++ b/pkgs/development/php-packages/php-parallel-lint/default.nix
@@ -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";