Files
nixpkgs/pkgs/development
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
..
2020-04-22 17:20:20 +02:00
2020-04-17 16:24:09 -05:00
2020-04-24 09:40:43 +08:00