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

php: add meta.platforms

authored by zimbatm.tngl.sh and committed by

GitHub 2e3fa1db 33c6da91

+2 -1
+2 -1
pkgs/development/interpreters/php/default.nix
··· 283 meta = with stdenv.lib; { 284 description = "An HTML-embedded scripting language"; 285 homepage = http://www.php.net/; 286 - license = stdenv.lib.licenses.php301; 287 maintainers = with maintainers; [ globin ]; 288 }; 289 290 patches = if !php7 then [ ./fix-paths.patch ] else [ ./fix-paths-php7.patch ];
··· 283 meta = with stdenv.lib; { 284 description = "An HTML-embedded scripting language"; 285 homepage = http://www.php.net/; 286 + license = licenses.php301; 287 maintainers = with maintainers; [ globin ]; 288 + platforms = platforms.all; 289 }; 290 291 patches = if !php7 then [ ./fix-paths.patch ] else [ ./fix-paths-php7.patch ];