[Nix-dev] Override php xslSupport config option

Игорь Пашев pashev.igor at gmail.com
Sun Oct 30 19:59:20 CET 2016


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 <4levels at gmail.com>:
> 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
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>


More information about the nix-dev mailing list