php: Drop broken declarations for old versions
This commit is contained in:
parent
1cd3f3f1fe
commit
125ad85c09
@ -22,7 +22,6 @@ mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = versionOlder php.version "8.0";
|
|
||||||
description = "A PHP code-quality tool";
|
description = "A PHP code-quality tool";
|
||||||
homepage = "https://github.com/phpro/grumphp";
|
homepage = "https://github.com/phpro/grumphp";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
@ -29,6 +29,5 @@ mkDerivation {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
homepage = "https://phpmd.org/";
|
homepage = "https://phpmd.org/";
|
||||||
maintainers = teams.php.members;
|
maintainers = teams.php.members;
|
||||||
broken = versionOlder php.version "7.4";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user