perl-Font-TTF: add description and license

This commit is contained in:
Robert Helgesson 2015-07-21 21:40:19 +02:00
parent ecb38b5fb6
commit f7915e45f3

View file

@ -4033,6 +4033,10 @@ let self = _self // overrides; _self = with self; {
sha256 = "0l7vxag0v3hf7w1kjyjv02zqrjzhg6xczcv60z00l3z0fr78xi16";
};
propagatedBuildInputs = [ IOString ];
meta = {
description = "TTF font support for Perl";
license = stdenv.lib.licenses.artistic2;
};
};
ForksSuper = buildPerlPackage {