Merge pull request #8930 from rycee/fix/FontTTF

perl-Font-TTF: add description and license
This commit is contained in:
Peter Simons 2015-07-22 18:25:15 +02:00
commit 90de4aecf2

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 {