imapsync: add missing dependencies
This commit is contained in:
parent
6e707b6dd7
commit
30d5914d4c
@ -18,7 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
buildInputs = with perlPackages; [ perl openssl MailIMAPClient TermReadKey
|
buildInputs = with perlPackages; [ perl openssl MailIMAPClient TermReadKey
|
||||||
IOSocketSSL DigestHMAC URI FileCopyRecursive IOTee UnicodeString ];
|
IOSocketSSL DigestHMAC URI FileCopyRecursive IOTee UnicodeString
|
||||||
|
DataUniqid JSONWebToken TestMockGuard LWP CryptOpenSSLRSA
|
||||||
|
LWPProtocolHttps
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.linux-france.org/prj/imapsync/;
|
homepage = http://www.linux-france.org/prj/imapsync/;
|
||||||
|
Loading…
Reference in New Issue
Block a user