[Nix-dev] Override php xslSupport config option

Jookia 166291 at gmail.com
Sun Oct 30 20:06:34 CET 2016


On Sun, Oct 30, 2016 at 09:59:20PM +0300, Игорь Пашев wrote:
> 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

It's really obscure how to use these old-timey .merge{} operations. Maybe it
should be documented somewhere or finally replaced with proper overrides?


More information about the nix-dev mailing list