[cpan2nix] perlPackages.Spiffy: cleanup

This commit is contained in:
volth 2018-04-07 07:53:07 +00:00
parent 98e60ef040
commit 0fa954b382

View File

@ -12462,7 +12462,6 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "18qxshrjh0ibpzjm2314157mxlibh3smyg64nr4mq990hh564n4g";
};
buildInputs = [ ExtUtilsMakeMaker ];
};
SpreadsheetParseExcel = buildPerlPackage rec {