[cpan2nix] perlPackages.ExtUtilsCBuilder: removed built-in

This commit is contained in:
volth 2018-12-14 14:50:28 +00:00
parent 1e5cee06d0
commit 6f900b1169

View file

@ -5318,13 +5318,7 @@ let
};
};
ExtUtilsCBuilder = buildPerlPackage rec {
name = "ExtUtils-CBuilder-0.280230";
src = fetchurl {
url = mirror://cpan/authors/id/A/AM/AMBS/ExtUtils-CBuilder-0.280230.tar.gz;
sha256 = "1mcwvic01x0flcz3jsny5j8j5zz96r63qjwq75hs42cpf3by3ahx";
};
};
ExtUtilsCBuilder = null; # part of Perl 5.28
ExtUtilsCChecker = buildPerlModule rec {
name = "ExtUtils-CChecker-0.10";