php: add meta.platforms

This commit is contained in:
Eric Sagnes 2016-06-22 17:45:52 +09:00
parent 271443daa1
commit 1485b3a6c0

View File

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