Add meta attributes

This commit is contained in:
Eelco Dolstra 2013-01-28 11:59:28 +01:00
parent 2afdaf0e82
commit 19665a7483

View File

@ -2466,6 +2466,10 @@ rec {
sha256 = "1vg7jpn7vz3a2j3fxjjkaxiiqg7azqmy7afrpghiqkjcr8b6zs9y";
};
propagatedBuildInputs = [ URI NetSSLeay ];
meta = {
description = "Nearly transparent SSL encapsulation for IO::Socket::INET";
license = "perl";
};
};
IOString = buildPerlPackage rec {
@ -3532,6 +3536,10 @@ rec {
buildInputs = [ pkgs.openssl ];
OPENSSL_PREFIX = pkgs.openssl;
doCheck = false; # Test performs network access.
meta = {
description = "Perl extension for using OpenSSL";
license = "SSLeay";
};
};
NetTwitterLite = buildPerlPackage {