dkimproxy: fix running (#277729)

This commit is contained in:
Léo Gaspard
2023-12-30 16:24:34 +01:00
committed by GitHub
parent c73edc4d26
commit b13feabbf1
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [ perlPackages.perl ];
propagatedBuildInputs = with perlPackages; [ Error MailDKIM MIMETools NetServer ];
propagatedBuildInputs = with perlPackages; [ CryptX Error MailDKIM MIMETools NetServer ];
meta = with lib; {
description = "SMTP-proxy that signs and/or verifies emails";