Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perlPackages.MailPOP3Client: init at 2.19 #33941

Closed
wants to merge 1 commit into from

Conversation

esoeylemez
Copy link
Contributor

No description provided.

@rycee
Copy link
Member

rycee commented Jan 16, 2018

It's best to use the nix-generate-from-cpan tool to generate Perl packages:

$ nix-generate-from-cpan Mail::POP3Client

===
  MailPOP3Client = buildPerlPackage rec {
    name = "Mail-POP3Client-2.19";
    src = fetchurl {
      url = "mirror://cpan/authors/id/S/SD/SDOWD/${name}.tar.gz";
      sha256 = "1142d6247a93cb86b23ed8835553bb2d227ff8213ee2743e4155bb93f47acb59";
    };
    meta = {
      description = "Perl 5 module to talk to a POP3 (RFC1939) server";
      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
    };
  };

Please switch the PR to use this package definition instead and I'll merge.

@esoeylemez
Copy link
Contributor Author

Done. Note: rebased.

@rycee
Copy link
Member

rycee commented Jan 22, 2018

Nice! I've rebased this to master in cf3ada0.

@rycee rycee closed this Jan 22, 2018
@esoeylemez esoeylemez deleted the ertes-perl-pop3 branch January 29, 2018 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants