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:
parent
c73edc4d26
commit
b13feabbf1
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue