Merge pull request #16417 from ericsagnes/fix/php-platform

php: add meta.platforms
This commit is contained in:
zimbatm 2016-06-22 19:58:40 +01:00 committed by GitHub
commit 2e3fa1db3a

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