Something like this:
{ php70 }: php70.merge {
cfg = {
apxs2Support = false;
ldapSupport = false;
mssqlSupport = false;
pdo_pgsqlSupport = false;
postgresqlSupport = false;
sqliteSupport = false;
xslSupport = false;
};
}
Use this with nixpkgs.config.packageOverrides
2016-10-30 18:00 GMT+03:00 4levels <[email protected]>:
> Hi Nix Devs,
>
> I must be overlooking something obvious here, but I'm failing to enable XSL
> support in PHP. In this file
> https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/php/default.nix
> I see there is a config option cfg.xslSupport which defaults to false.
>
> How can I set this option to true so PHP is built with xsl support?
>
> Kind regards,
>
> Erik
>
> _______________________________________________
> nix-dev mailing list
> [email protected]
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev