diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/postfix-mta-sts-resolver.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/overlays/postfix-mta-sts-resolver.nix b/overlays/postfix-mta-sts-resolver.nix index 3f08920f..1d8f0188 100644 --- a/overlays/postfix-mta-sts-resolver.nix +++ b/overlays/postfix-mta-sts-resolver.nix | |||
@@ -2,11 +2,12 @@ | |||
2 | { | 2 | { |
3 | postfix-mta-sts-resolver = flakeInputs.mach-nix.lib.${final.system}.buildPythonPackage { | 3 | postfix-mta-sts-resolver = flakeInputs.mach-nix.lib.${final.system}.buildPythonPackage { |
4 | inherit (sources.postfix-mta-sts-resolver) src pname version; | 4 | inherit (sources.postfix-mta-sts-resolver) src pname version; |
5 | extras = "redis"; | 5 | extras = "redis,uvloop"; |
6 | ignoreDataOutdated = true; | 6 | ignoreDataOutdated = true; |
7 | 7 | ||
8 | requirements = '' | 8 | requirements = '' |
9 | redis>=4.2.0rc1 | 9 | redis>=4.2.0rc1 |
10 | uvloop>=0.11.0 | ||
10 | aiodns>=1.1.1 | 11 | aiodns>=1.1.1 |
11 | aiohttp>=3.4.4 | 12 | aiohttp>=3.4.4 |
12 | PyYAML>=3.12 | 13 | PyYAML>=3.12 |