Skip to content

Commit

Permalink
perl-packages: Remove Coro and NetRabbitFoot
Browse files Browse the repository at this point in the history
These are no longer buildable with Perl 5.22 and beyond, and upstream
have confirmed that this won't change.
  • Loading branch information
ocharles committed Apr 24, 2016
1 parent fb13625 commit 5ec6165
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2284,19 +2284,6 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ CGICookieXS ];
};

Coro = buildPerlPackage rec {
name = "Coro-6.41";
src = fetchurl {
url = "mirror://cpan/authors/id/M/ML/MLEHMANN/${name}.tar.gz";
sha256 = "1r1gam4yyl6w88ga8rkbvj33v1r5ald3ryqlpg13c7y1i79yizxa";
};
propagatedBuildInputs = [ AnyEvent Guard CommonSense ];
meta = {
maintainers = with maintainers; [ ocharles ];
platforms = stdenv.lib.platforms.unix;
};
};

CPAN = buildPerlPackage rec {
name = "CPAN-2.10";
src = fetchurl {
Expand Down Expand Up @@ -9141,22 +9128,6 @@ let self = _self // overrides; _self = with self; {
};
};

NetRabbitFoot = buildPerlPackage {
name = "Net-RabbitFoot-1.03";
src = fetchurl {
url = mirror://cpan/authors/id/I/IK/IKUTA/Net-RabbitFoot-1.03.tar.gz;
sha256 = "0544b1914e7847b32b60a643abc6f0b1fdc6d4a816afd84bcd3eee0c28b001ac";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [ AnyEventRabbitMQ ConfigAny Coro JSONXS ListMoreUtils Moose MooseXAppCmd MooseXAttributeHelpers MooseXConfigFromFile ];
meta = {
description = "An Asynchronous and multi channel Perl AMQP client";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ ocharles ];
platforms = stdenv.lib.platforms.unix;
};
};

NetServer = buildPerlPackage {
name = "Net-Server-2.007";
src = fetchurl {
Expand Down

0 comments on commit 5ec6165

Please sign in to comment.