tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
php80.packages.php-parallel-lint: Mark as broken
Elis Hirwing
3 years ago
2db0ddb9
fc3a2b9a
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
php-packages
php-parallel-lint
default.nix
+1
pkgs/development/php-packages/php-parallel-lint/default.nix
reviewed
···
36
36
'';
37
37
38
38
meta = with lib; {
39
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";