Unverified Commit b13feabb authored by Léo Gaspard's avatar Léo Gaspard Committed by GitHub
Browse files

dkimproxy: fix running (#277729)

parent c73edc4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";