diff options
| author | Brendan Taylor <bct@diffeq.com> | 2023-09-22 14:08:33 -0600 |
|---|---|---|
| committer | Bjørn Forsman <bjorn.forsman@gmail.com> | 2023-09-27 23:35:47 +0200 |
| commit | 95e66809debf42dbe1e4935fd31c8c275914d2eb (patch) | |
| tree | a9c37125d00035cf4f32a7f816057d4e1ac58060 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 5266b96d2ea595b56d9fb18f272ced93ceaac313 (diff) | |
coredns: allow adding external plugins
Solves https://github.com/NixOS/nixpkgs/issues/146603
CoreDNS has support for plugins that are added at compile time. This
exposes an argument `externalPlugins` that will build coredns with
the specified plugins.
Example:
```
coredns-fanout = pkgs.coredns.override {
externalPlugins = [
{name = "fanout"; repo = "github.com/networkservicemesh/fanout"; version = "v1.9.1";}
];
vendorHash = "<SRI hash>";
};
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
