nixpkgs/pkgs/servers/http/nginx
Corbin ca2fa4416e nginx: Allow GD to be optional.
This commit permits incantations like `pkgs.nginx.override { gd = null; }` to
produce a slimmed-down nginx.

When used, this functionality removes a pile of stuff from nginx's closure.
The resulting nginx's closure:

    $ nix-store -q -R /nix/store/wk3h0a4dmdmjmxkbd0q09iw0wfq0yzpz-nginx-1.10.2 | wc -l
    12
    $ nix-store -q -R /nix/store/gpcx77anqrj05qz0mrwm7hf4wgxry5py-nginx-1.10.2 | wc -l
    24
2016-12-26 10:24:58 -08:00
..
generic.nix nginx: Allow GD to be optional. 2016-12-26 10:24:58 -08:00
mainline.nix nginxMainline: 1.11.6 -> 1.11.7 2016-12-13 21:39:31 +01:00
mainline.upstream nginx: refactor and add mainline version 2016-07-19 01:20:49 +02:00
modules.nix nginx modules: update rtmp to 1.1.9 fixing build failures against 1.11.x 2016-09-08 16:21:13 -07:00
stable.nix nginx: 1.10.1 -> 1.10.2 2016-10-24 18:10:14 +02:00
stable.upstream nginx: refactor and add mainline version 2016-07-19 01:20:49 +02:00