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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/postfix-mta-sts-resolver.nix b/overlays/postfix-mta-sts-resolver.nix
index 1d8f0188..a06dace5 100644
--- a/overlays/postfix-mta-sts-resolver.nix
+++ b/overlays/postfix-mta-sts-resolver.nix
@@ -22,5 +22,7 @@
22 }); 22 });
23 }) 23 })
24 ]; 24 ];
25
26 _.pyparsing.buildInputs.add = with final.python310Packages; [ flit-core ];
25 }; 27 };
26} 28}