3
0
Fork 0
forked from mirrors/nixpkgs

perl-Log-LogLite: init at 0.82

This commit is contained in:
Rodney Lorrimar 2015-11-01 10:16:30 +00:00
parent e60e690181
commit 5f646f98f8

View file

@ -6514,6 +6514,19 @@ let self = _self // overrides; _self = with self; {
};
};
LogLogLite = buildPerlPackage rec {
name = "Log-LogLite-0.82";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RA/RANI/${name}.tar.gz";
sha256 = "0sqsa4750wvhw4cjmxpxqg30i1jjcddadccflisrdb23qn5zn285";
};
propagatedBuildInputs = [ IOLockedFile ];
meta = {
description = "Helps us create simple logs for our application.";
license = "perl";
};
};
LWP = buildPerlPackage rec {
name = "libwww-perl-6.13";
src = fetchurl {