[cpan2nix] perlPackages.TimeDuration: cleanup

This commit is contained in:
volth 2018-04-07 07:53:42 +00:00
parent b17e873928
commit 998e6cec48

View File

@ -15460,7 +15460,6 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
sha256 = "1f5vkid4pl5iq3hal01hk1zjbbzrqpx4m1djawbp93l152shb0j5";
};
buildInputs = [ TestPod TestPodCoverage ];
meta = {
description = "Rounded or exact English expression of durations";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];