php: Drop broken declarations for old versions

This commit is contained in:
Elis Hirwing 2022-05-25 19:04:55 +02:00
parent 1cd3f3f1fe
commit 125ad85c09
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -29,6 +29,5 @@ mkDerivation {
license = licenses.bsd3;
homepage = "https://phpmd.org/";
maintainers = teams.php.members;
broken = versionOlder php.version "7.4";
};
}