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