[cpan2nix] perlPackages.TestCompile: cleanup

This commit is contained in:
volth 2018-04-07 07:54:36 +00:00
parent eae26a6907
commit 06f01bd43d

View File

@ -13770,13 +13770,12 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
TestCompile = buildPerlPackage rec { TestCompile = buildPerlModule rec {
name = "Test-Compile-v1.3.0"; name = "Test-Compile-1.3.0";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/E/EG/EGILES/${name}.tar.gz"; url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v1.3.0.tar.gz;
sha256 = "77527e9477ac5260443c756367a7f7bc3d8f6c6ebbc561b0b2fb3f79303bad33"; sha256 = "77527e9477ac5260443c756367a7f7bc3d8f6c6ebbc561b0b2fb3f79303bad33";
}; };
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ UNIVERSALrequire ]; propagatedBuildInputs = [ UNIVERSALrequire ];
meta = { meta = {
description = "Check whether Perl files compile correctly"; description = "Check whether Perl files compile correctly";