[cpan2nix] perlPackages.ModuleBuildTiny: cleanup
This commit is contained in:
parent
a2fe45b9f1
commit
a5e6c2c8d0
|
@ -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;
|
url = mirror://cpan/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz;
|
||||||
sha256 = "7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c";
|
sha256 = "7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c";
|
||||||
};
|
};
|
||||||
buildInputs = [ ExtUtilsConfig ExtUtilsHelpers ExtUtilsInstallPaths JSONPP TestHarness perl ];
|
buildInputs = [ FileShareDir ];
|
||||||
propagatedBuildInputs = [ ExtUtilsConfig ExtUtilsHelpers ExtUtilsInstallPaths JSONPP TestHarness ];
|
propagatedBuildInputs = [ ExtUtilsHelpers ExtUtilsInstallPaths ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tiny replacement for Module::Build";
|
description = "A tiny replacement for Module::Build";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue