Skip to content

Commit 94df3d4

Browse files
committed
perlPackages.BeanstalkClient: init at 1.07
1 parent 4a9dac0 commit 94df3d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,20 @@ let
10421042
};
10431043
};
10441044

1045+
BeanstalkClient = buildPerlPackage {
1046+
pname = "Beanstalk-Client";
1047+
version = "1.07";
1048+
src = fetchurl {
1049+
url = "mirror://cpan/authors/id/G/GB/GBARR/Beanstalk-Client-1.07.tar.gz";
1050+
sha256 = "3188ab1127f2caba97df65c84f69db0ec70c64e5d70f296f9a2674fa79c112cc";
1051+
};
1052+
propagatedBuildInputs = [ ClassAccessor YAMLSyck ];
1053+
meta = {
1054+
description = "Client to communicate with beanstalkd server";
1055+
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
1056+
};
1057+
};
1058+
10451059
BerkeleyDB = buildPerlPackage {
10461060
pname = "BerkeleyDB";
10471061
version = "0.63";

0 commit comments

Comments
 (0)