diff options
Diffstat (limited to 'overlays/postfix-mta-sts-resolver/default.nix')
-rw-r--r-- | overlays/postfix-mta-sts-resolver/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays/postfix-mta-sts-resolver/default.nix b/overlays/postfix-mta-sts-resolver/default.nix index d930cefb..52ab2d40 100644 --- a/overlays/postfix-mta-sts-resolver/default.nix +++ b/overlays/postfix-mta-sts-resolver/default.nix | |||
@@ -5,6 +5,9 @@ | |||
5 | mkPoetryApplication { | 5 | mkPoetryApplication { |
6 | python = prev.python311; | 6 | python = prev.python311; |
7 | inherit (sources.postfix-mta-sts-resolver) pname version; | 7 | inherit (sources.postfix-mta-sts-resolver) pname version; |
8 | overrides = overrides.withDefaults (self: super: { | ||
9 | pyyaml = super.pyyaml.override { preferWheel = true; }; | ||
10 | }); | ||
8 | projectDir = cleanPythonSources { | 11 | projectDir = cleanPythonSources { |
9 | src = prev.runCommand "sources" {} '' | 12 | src = prev.runCommand "sources" {} '' |
10 | mkdir $out | 13 | mkdir $out |