3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/php
talyz a463261415
php.buildEnv: Make the exported php package overridable
This implements the override pattern for builds done with buildEnv, so
that we can, for example, write

php.override { fpmSupport = false; }

and get a PHP package with the default extensions enabled, but PHP
compiled without fpm support.
2020-04-24 13:05:37 +02:00
..
default.nix php.buildEnv: Make the exported php package overridable 2020-04-24 13:05:37 +02:00
fix-paths-php7.patch php: align Darwin and Linux versions again 2018-11-27 02:56:17 +01:00
php72-darwin-isfinite.patch php: align Darwin and Linux versions again 2018-11-27 02:56:17 +01:00
php73-darwin-isfinite.patch php: fix build php 7.3 in Darwin 2018-12-11 20:11:30 +01:00