diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix index 5dfd1b85567a..2ca17b588aac 100644 --- a/pkgs/development/interpreters/php/default.nix +++ b/pkgs/development/interpreters/php/default.nix @@ -283,8 +283,9 @@ let meta = with stdenv.lib; { description = "An HTML-embedded scripting language"; homepage = http://www.php.net/; - license = stdenv.lib.licenses.php301; + license = licenses.php301; maintainers = with maintainers; [ globin ]; + platforms = platforms.all; }; patches = if !php7 then [ ./fix-paths.patch ] else [ ./fix-paths-php7.patch ];