[cpan2nix] perlPackages.FontTTF: cleanup

This commit is contained in:
volth 2018-04-07 07:54:18 +00:00
parent 0c09b54c46
commit 814a94e533

View File

@ -5958,11 +5958,11 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/B/BH/BHALLISSY/${name}.tar.gz";
sha256 = "4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293";
};
propagatedBuildInputs = [ IOString ];
meta = {
description = "TTF font support for Perl";
license = stdenv.lib.licenses.artistic2;
};
buildInputs = [ IOString ];
};
ForksSuper = buildPerlPackage {