1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";