[cpan2nix] perlPackages.ExtUtilsCChecker: cleanup

This commit is contained in:
volth 2018-04-07 07:55:38 +00:00
parent 18a93b9413
commit 3d84d41db0

View File

@ -5205,13 +5205,13 @@ let self = _self // overrides; _self = with self; {
};
};
ExtUtilsCChecker = buildPerlPackage rec {
ExtUtilsCChecker = buildPerlModule rec {
name = "ExtUtils-CChecker-0.10";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/${name}.tar.gz";
sha256 = "50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b";
};
buildInputs = [ ModuleBuild TestFatal ];
buildInputs = [ TestFatal ];
meta = {
description = "Configure-time utilities for using C headers,";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];