We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9dac0 commit 94df3d4Copy full SHA for 94df3d4
pkgs/top-level/perl-packages.nix
@@ -1042,6 +1042,20 @@ let
1042
};
1043
1044
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
+
1059
BerkeleyDB = buildPerlPackage {
1060
pname = "BerkeleyDB";
1061
version = "0.63";
0 commit comments