mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 19:45:54 +00:00
[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";
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue