summaryrefslogtreecommitdiff
path: root/overlays/postfix-mta-sts-resolver.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-10-03 17:15:36 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-10-03 17:15:36 +0200
commit9248259708bd6ade5e334a2cdfb29d2a20acb0dd (patch)
tree976a140d547557c8cdf98856510030fd35b83d1a /overlays/postfix-mta-sts-resolver.nix
parent59e54bd97f70711573d321f2d2aeee5da46bf95d (diff)
downloadnixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar
nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.gz
nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.bz2
nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.tar.xz
nixos-9248259708bd6ade5e334a2cdfb29d2a20acb0dd.zip
...
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}