Merge pull request #16417 from ericsagnes/fix/php-platform
php: add meta.platforms
This commit is contained in:
commit
2e3fa1db3a
|
@ -283,8 +283,9 @@ let
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An HTML-embedded scripting language";
|
description = "An HTML-embedded scripting language";
|
||||||
homepage = http://www.php.net/;
|
homepage = http://www.php.net/;
|
||||||
license = stdenv.lib.licenses.php301;
|
license = licenses.php301;
|
||||||
maintainers = with maintainers; [ globin ];
|
maintainers = with maintainers; [ globin ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = if !php7 then [ ./fix-paths.patch ] else [ ./fix-paths-php7.patch ];
|
patches = if !php7 then [ ./fix-paths.patch ] else [ ./fix-paths-php7.patch ];
|
||||||
|
|
Loading…
Reference in New Issue