[cpan2nix] perlPackages.ModuleBuildTiny: cleanup

This commit is contained in:
volth 2018-04-07 07:55:40 +00:00
parent a2fe45b9f1
commit a5e6c2c8d0

View File

@ -9025,8 +9025,8 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz;
sha256 = "7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c";
};
buildInputs = [ ExtUtilsConfig ExtUtilsHelpers ExtUtilsInstallPaths JSONPP TestHarness perl ];
propagatedBuildInputs = [ ExtUtilsConfig ExtUtilsHelpers ExtUtilsInstallPaths JSONPP TestHarness ];
buildInputs = [ FileShareDir ];
propagatedBuildInputs = [ ExtUtilsHelpers ExtUtilsInstallPaths ];
meta = {
description = "A tiny replacement for Module::Build";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];