summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.ch>2019-01-31 01:15:14 +0100
committerDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-01-31 02:15:14 +0200
commit33802e9ed8a04e37bd6d70be07df6e927c68ccfb (patch)
tree9dff7c6b131209c3148b6ba7604c33dac6d5d9f2 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parent4f8e9e7c9b45e74618de10dd24f8baf9124260d2 (diff)
nginx: expose list of additional modules (#53897)
Currently, it seems there is no easy way to override package to add modules. For example, if we want to add the `ipscrub` module, we can do: pkgs.nginxStable.override { modules = [ pkgs.nginxModules.ipscrub ]; }; But, then, we loose `rtmp`, `dav` and `moreheaders` which are defined in `all-packages.nix`. With this modification, we can now do: pkgs.nginxStable.override { modules = pkg.nginxStable.passthru.modules ++ [ pkgs.nginxModules.ipscrub ]; };
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions