about summary refs log tree commit diff
path: root/pkgs/development/php-packages/grumphp
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2022-05-25 19:04:55 +0200
committerElis Hirwing <elis@hirwing.se>2022-06-08 18:10:12 +0200
commit125ad85c09bbf4d612f6a01eda3ed9c9b6f7faed (patch)
tree56ce1652474cb7bb936512ed8be565161629d229 /pkgs/development/php-packages/grumphp
parent1cd3f3f1fe531c897d9508ef1cc6eb337d2a7314 (diff)
php: Drop broken declarations for old versions
Diffstat (limited to 'pkgs/development/php-packages/grumphp')
-rw-r--r--pkgs/development/php-packages/grumphp/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/php-packages/grumphp/default.nix b/pkgs/development/php-packages/grumphp/default.nix
index e9b88d8155e21..eb74c5ad04196 100644
--- a/pkgs/development/php-packages/grumphp/default.nix
+++ b/pkgs/development/php-packages/grumphp/default.nix
@@ -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;