forked from mirrors/nixpkgs
ca8b8a26e9
This provides a means to build a PHP package based on a list of extensions from another. For example, to generate a package with all default extensions enabled, except opcache, but with ImageMagick: php.withExtensions (e: (lib.filter (e: e != php.extensions.opcache) php.enabledExtensions) ++ [ e.imagick ]) |
||
---|---|---|
.. | ||
default.nix | ||
fix-paths-php7.patch | ||
php72-darwin-isfinite.patch | ||
php73-darwin-isfinite.patch |