php: add meta.platforms
This commit is contained in:
parent
271443daa1
commit
1485b3a6c0
@ -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
Block a user