mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
perl-IMAPClient: init at 0.13
This commit is contained in:
parent
dd991dd576
commit
2392cf1897
@ -4674,6 +4674,16 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
IMAPClient = buildPerlPackage {
|
||||
name = "IMAP-Client-0.13";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/C/CO/CONTEB/IMAP-Client-0.13.tar.gz;
|
||||
sha256 = "15fa4hpw2rqg2iadyz10rnv99hns78wph5qlh3257a3mbfjjyyla";
|
||||
};
|
||||
propagatedBuildInputs = [IOSocketSSL URIIMAP];
|
||||
doCheck = false; # nondeterministic
|
||||
};
|
||||
|
||||
ImportInto = buildPerlPackage {
|
||||
name = "Import-Into-1.002004";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user