[cpan2nix] perlPackages.ExtUtilsCChecker: cleanup
This commit is contained in:
parent
18a93b9413
commit
3d84d41db0
|
@ -5205,13 +5205,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ExtUtilsCChecker = buildPerlPackage rec {
|
ExtUtilsCChecker = buildPerlModule rec {
|
||||||
name = "ExtUtils-CChecker-0.10";
|
name = "ExtUtils-CChecker-0.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PE/PEVANS/${name}.tar.gz";
|
||||||
sha256 = "50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b";
|
sha256 = "50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild TestFatal ];
|
buildInputs = [ TestFatal ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Configure-time utilities for using C headers,";
|
description = "Configure-time utilities for using C headers,";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue