summaryrefslogtreecommitdiff
path: root/overlays/postfix-mta-sts-resolver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/postfix-mta-sts-resolver.nix')
-rw-r--r--overlays/postfix-mta-sts-resolver.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/postfix-mta-sts-resolver.nix b/overlays/postfix-mta-sts-resolver.nix
index a06dace5..d8b1ff00 100644
--- a/overlays/postfix-mta-sts-resolver.nix
+++ b/overlays/postfix-mta-sts-resolver.nix
@@ -24,5 +24,6 @@
24 ]; 24 ];
25 25
26 _.pyparsing.buildInputs.add = with final.python310Packages; [ flit-core ]; 26 _.pyparsing.buildInputs.add = with final.python310Packages; [ flit-core ];
27 _.idna.buildInputs.add = with final.python310Packages; [ flit-core ];
27 }; 28 };
28} 29}